Uses of Class
com.jalios.jcms.exploitation.state.StateManager.JPlatformState
-
Packages that use StateManager.JPlatformState Package Description com.jalios.jcms.exploitation.state -
-
Uses of StateManager.JPlatformState in com.jalios.jcms.exploitation.state
Methods in com.jalios.jcms.exploitation.state that return StateManager.JPlatformState Modifier and Type Method Description StateManager.JPlatformStateStateManager. getState()static StateManager.JPlatformStateStateManager.JPlatformState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StateManager.JPlatformState[]StateManager.JPlatformState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcms.exploitation.state with parameters of type StateManager.JPlatformState Modifier and Type Method Description voidDummyStateNotifier. notify(StateManager.JPlatformState state, java.lang.String message)voidFileStateNotifier. notify(StateManager.JPlatformState state, java.lang.String message)voidSidecarStateNotifier. notify(StateManager.JPlatformState state, java.lang.String message)voidStateNotifier. notify(StateManager.JPlatformState state, java.lang.String message)StateManagerStateManager. setState(StateManager.JPlatformState state, java.lang.String message)
-