|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Subscribable
Interface for any component that accepts subscribers.
Method Summary | |
---|---|
boolean |
subscribe(Target target)
Register a Target as a subscriber to this source. |
boolean |
unsubscribe(Target target)
Remove a Target from the subscribers of this source. |
Method Detail |
---|
boolean subscribe(Target target)
Target
as a subscriber to this source.
boolean unsubscribe(Target target)
Target
from the subscribers of this source.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |