|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChangesNotifier
Interface for objects that can inform about changes in their state.
Method Summary | |
---|---|
void |
addMonitor(IChangesNotifierMonitor monitor)
Registers new monitor. |
void |
removeMonitor(IChangesNotifierMonitor monitor)
Unregister monitor. |
Method Detail |
---|
void addMonitor(IChangesNotifierMonitor monitor)
monitor
- monitor to register.void removeMonitor(IChangesNotifierMonitor monitor)
monitor
- monitor to unregister.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |