Uses of Interface
com.jalios.jcms.exploitation.state.StateNotifier
-
Packages that use StateNotifier Package Description com.jalios.jcms.exploitation.state -
-
Uses of StateNotifier in com.jalios.jcms.exploitation.state
Classes in com.jalios.jcms.exploitation.state that implement StateNotifier Modifier and Type Class Description class
DummyStateNotifier
This class is present for ascendant compatibility.class
FileStateNotifier
class
SidecarStateNotifier
Methods in com.jalios.jcms.exploitation.state that return types with arguments of type StateNotifier Modifier and Type Method Description java.util.Collection<StateNotifier>
StateManager. getNotifiers()
returns an unmodifiable collection of notifier, useStateManager.addNotifier(StateNotifier)
/StateManager.removeNotifier(StateNotifier)
methods to update itMethods in com.jalios.jcms.exploitation.state with parameters of type StateNotifier Modifier and Type Method Description StateManager
StateManager. addNotifier(StateNotifier stateNotifier)
StateManager
StateManager. removeNotifier(StateNotifier stateNotifier)
-