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 classDummyStateNotifierThis class is present for ascendant compatibility.classFileStateNotifierclassSidecarStateNotifierMethods 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 StateManagerStateManager. addNotifier(StateNotifier stateNotifier)StateManagerStateManager. removeNotifier(StateNotifier stateNotifier)
-