protected class ActivityServerLogger.NotificationDetails extends Object
Constructor and Description |
---|
NotificationDetails(NotificationListener listener,
NotificationFilter filter,
Object handback)
This is the constructor.
|
Modifier and Type | Method and Description |
---|---|
NotificationFilter |
getFilter()
The filter.
|
Object |
getHandback()
The handback.
|
NotificationListener |
getListener()
The listener.
|
public NotificationDetails(NotificationListener listener, NotificationFilter filter, Object handback)
listener
- The listenerfilter
- The filterhandback
- The handbackpublic NotificationListener getListener()
public NotificationFilter getFilter()
public Object getHandback()
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.