org.apache.commons.modeler
Class BaseNotificationBroadcasterEntry
java.lang.Object
  |
  +--org.apache.commons.modeler.BaseNotificationBroadcasterEntry
-  class BaseNotificationBroadcasterEntry
- extends java.lang.Object
  
Utility class representing a particular registered listener entry.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
filter
public NotificationFilter filter
handback
public java.lang.Object handback
listener
public NotificationListener listener
BaseNotificationBroadcasterEntry
public BaseNotificationBroadcasterEntry(NotificationListener listener,
                                        NotificationFilter filter,
                                        java.lang.Object handback)
Copyright (c) 2001-2003 - Apache Software Foundation