Uses of Class
com.tccc.kos.commons.core.service.state.StateBean
Packages that use StateBean
-
Uses of StateBean in com.tccc.kos.commons.core.service.state
Classes in com.tccc.kos.commons.core.service.state with type parameters of type StateBeanModifier and TypeInterfaceDescriptioninterfaceStateAware<T extends StateBean>Interface that can be added to objects that are put intoBeanContextto indicate that they contains aStateBeanfor use withStateService.Methods in com.tccc.kos.commons.core.service.state with parameters of type StateBeanModifier and TypeMethodDescriptionvoidStateBeanListener.onStateChanged(StateBean bean) Called when the state of of aStateBeanchanges.voidManually register a bean with the service.voidStateService.unregister(StateBean bean) Unregister a bean with the service.