|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface describes the possibility to register an observer for an interaction event.
Method Summary | |
void |
registerInteractionObserver(InteractionObserver observer)
Register an observer for interaction mode change events. |
void |
unregisterInteractionObserver(InteractionObserver observer)
Remove a registered observer for interaction mode change events. |
Method Detail |
public void registerInteractionObserver(InteractionObserver observer)
A single count register can be observed by giving a name of the count
register to observe. Only changes to this register trigger the
notification. If this name is null
the changes to all
registers are reported to the observer.
observer
- the observer to receive the eventspublic void unregisterInteractionObserver(InteractionObserver observer)
observer
- the observer to receive the events
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |