Package org.apache.commons.modeler
Class BaseNotificationBroadcasterEntry
java.lang.Object
org.apache.commons.modeler.BaseNotificationBroadcasterEntry
Utility class representing a particular registered listener entry.
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionBaseNotificationBroadcasterEntry
(NotificationListener listener, NotificationFilter filter, Object handback) -
Method Summary
-
Field Details
-
filter
-
handback
-
listener
-
-
Constructor Details
-
BaseNotificationBroadcasterEntry
public BaseNotificationBroadcasterEntry(NotificationListener listener, NotificationFilter filter, Object handback)
-