|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.taco.data.AbstractNotificationStrategy
com.taco.swinger.SwingNotificationStrategy
public class SwingNotificationStrategy
A notification strategy that notifies each listener using the event-dispatching thread.
Nested Class Summary | |
---|---|
protected static class |
SwingNotificationStrategy.NotifyTask
A task which notifies a listener of an event. |
Field Summary | |
---|---|
static SwingNotificationStrategy |
instance
The singleton instance of this class. |
Constructor Summary | |
---|---|
protected |
SwingNotificationStrategy()
Since this class is implemented as a singleton, its sole constructor is protected. |
Method Summary | |
---|---|
void |
notifyListeners(java.beans.PropertyChangeEvent event,
java.util.Collection listeners,
IObjectFilter listenerFilter)
Notify all listeners of a new property change event. |
Methods inherited from class com.taco.data.AbstractNotificationStrategy |
---|
notifyListeners |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final SwingNotificationStrategy instance
Constructor Detail |
---|
protected SwingNotificationStrategy()
Method Detail |
---|
public void notifyListeners(java.beans.PropertyChangeEvent event, java.util.Collection listeners, IObjectFilter listenerFilter)
notifyListeners
in interface INotificationStrategy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |