-
public final class NoOpControllerChangeHandler extends ControllerChangeHandler
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanforceRemoveViewOnPush
-
Constructor Summary
Constructors Constructor Description NoOpControllerChangeHandler()
-
Method Summary
Modifier and Type Method Description UnitperformChange(ViewGroup container, View from, View to, Boolean isPush, ControllerChangeHandler.ControllerChangeCompletedListener changeListener)ControllerChangeHandlercopy()BooleanisReusable()-
Methods inherited from class com.bluelinelabs.conductor.internal.NoOpControllerChangeHandler
completeImmediately, onAbortPush, onEnd, removesFromViewOnPush, restoreFromBundle, saveToBundle, setForceRemoveViewOnPush, toBundle -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
performChange
Unit performChange(ViewGroup container, View from, View to, Boolean isPush, ControllerChangeHandler.ControllerChangeCompletedListener changeListener)
-
copy
ControllerChangeHandler copy()
-
isReusable
Boolean isReusable()
-
-
-
-