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.


Field Summary
 NotificationFilter filter
           
 java.lang.Object handback
           
 NotificationListener listener
           
 
Constructor Summary
BaseNotificationBroadcasterEntry(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filter

public NotificationFilter filter

handback

public java.lang.Object handback

listener

public NotificationListener listener
Constructor Detail

BaseNotificationBroadcasterEntry

public BaseNotificationBroadcasterEntry(NotificationListener listener,
                                        NotificationFilter filter,
                                        java.lang.Object handback)


Copyright (c) 2001-2003 - Apache Software Foundation