public interface Subscribers
Modifier and Type | Method and Description |
---|---|
void |
add(Object subscriber) |
Notification |
notifySubscribers(Object source,
Notification notification) |
Notification |
notifySubscribers(Object source,
String type,
Object value) |
Notification |
notifySubscribers(Object source,
String type,
Object value1,
Object value2) |
Notification |
notifySubscribers(Object source,
String type,
Object value1,
Object value2,
Object value3) |
void |
remove(Object subscriber) |
void |
removeAll() |
void add(Object subscriber)
void remove(Object subscriber)
void removeAll()
Notification notifySubscribers(Object source, Notification notification)
Notification notifySubscribers(Object source, String type, Object value)
Notification notifySubscribers(Object source, String type, Object value1, Object value2)