|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Listener
This interface is implemented by classes that want
to be notified by a Notifier
.
Notification of this listener is done, if a
Notifier's notify()
method
is called with an object for which the listener
signed up.
Notifier
,
Implication
Method Summary | |
---|---|
void |
notifiedOf(Object o)
This method is called with the event that caused the notification. |
Method Detail |
---|
void notifiedOf(Object o)
o
- The object describing the event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |