org.tritonus.share
Class TNotifier.NotifyEntry

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

public static class TNotifier.NotifyEntry
extends java.lang.Object


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

Constructor Detail

TNotifier.NotifyEntry

public TNotifier.NotifyEntry(java.util.EventObject event,
                             java.util.Collection<LineListener> listeners)
Method Detail

deliver

public void deliver()