|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.taco.swinger.SwingNotificationStrategy.NotifyTask
protected static class SwingNotificationStrategy.NotifyTask
A task which notifies a listener of an event.
Field Summary | |
---|---|
protected java.beans.PropertyChangeEvent |
_event
The event to notify the listener of. |
protected java.beans.PropertyChangeListener |
_listener
The listener to be notified. |
Constructor Summary | |
---|---|
SwingNotificationStrategy.NotifyTask(java.beans.PropertyChangeListener listener,
java.beans.PropertyChangeEvent event)
|
Method Summary | |
---|---|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final java.beans.PropertyChangeListener _listener
protected final java.beans.PropertyChangeEvent _event
Constructor Detail |
---|
public SwingNotificationStrategy.NotifyTask(java.beans.PropertyChangeListener listener, java.beans.PropertyChangeEvent event)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |