|
SalesPoint v3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HelpableListener
A listener that can be helped by ListenerHelper. HelpableListeners must use a ListenerHelper to maintain their list of listeners. Whenever a query is performed on the HelpableListener it must assure up-to-date-ness of its model by calling (@link ListenerHelper#needModelUpdate}.
ListenerHelper
Method Summary | |
---|---|
void |
subscribe()
Called when the listener should subscribe to its own event source. |
void |
unsubscribe()
Called when the listener should unsubscribe from its own event source. |
void |
updateModel()
Called to update the listeners own model representation. |
Method Detail |
---|
void subscribe()
void unsubscribe()
void updateModel()
|
SalesPoint v3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |