-
public interface StateObserver
-
-
Method Summary
Modifier and Type Method Description abstract UnitonStateChange(StateEvent event)This is called whenever the notifier's state is altered, so that observers can react appropriately. -
-
Method Detail
-
onStateChange
abstract Unit onStateChange(StateEvent event)
This is called whenever the notifier's state is altered, so that observers can react appropriately. This is intended for internal use only.
-
-
-
-