com.taco.swinger
Class SwingNotificationStrategy.NotifyTask

java.lang.Object
  extended by com.taco.swinger.SwingNotificationStrategy.NotifyTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SwingNotificationStrategy

protected static class SwingNotificationStrategy.NotifyTask
extends java.lang.Object
implements java.lang.Runnable

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

_listener

protected final java.beans.PropertyChangeListener _listener
The listener to be notified.


_event

protected final java.beans.PropertyChangeEvent _event
The event to notify the listener of.

Constructor Detail

SwingNotificationStrategy.NotifyTask

public SwingNotificationStrategy.NotifyTask(java.beans.PropertyChangeListener listener,
                                            java.beans.PropertyChangeEvent event)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable