-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ControllerChangeType extends Enum<ControllerChangeType>
All possible types of Controller changes to be used in ControllerChangeHandlers
-
-
Enum Constant Summary
Enum Constants Enum Constant Description POP_EXITThe Controller is being popped from the host container
POP_ENTERThe Controller is being popped from the backstack and placed in the host container as another Controller is popped
PUSH_EXITThe Controller is being pushed to the backstack as another Controller is pushed to the host container
PUSH_ENTERThe Controller is being pushed to the host container
-
Method Summary
Modifier and Type Method Description final BooleangetIsPush()final BooleangetIsEnter()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getIsEnter
final Boolean getIsEnter()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-