org.tritonus.share
Class TNotifier.NotifyEntry

java.lang.Object
  extended byorg.tritonus.share.TNotifier.NotifyEntry
Enclosing class:
TNotifier

public static class TNotifier.NotifyEntry
extends Object


Constructor Summary
TNotifier.NotifyEntry(EventObject event, Collection listeners)
           
 
Method Summary
 void deliver()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TNotifier.NotifyEntry

public TNotifier.NotifyEntry(EventObject event,
                             Collection listeners)
Method Detail

deliver

public void deliver()