|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttest.compliance.server.support.Listener
| Field Summary | |
boolean |
error
|
int |
notificationCount
|
| Constructor Summary | |
Listener()
|
|
| Method Summary | |
void |
doSomething()
|
void |
handleNotification(Notification (src) notification,
java.lang.Object handback)
Callback method from the broadcaster MBean this listener implementation is registered to. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int notificationCount
public boolean error
| Constructor Detail |
public Listener()
| Method Detail |
public void doSomething()
doSomething in interface ListenerMBean (src)
public void handleNotification(Notification (src) notification,
java.lang.Object handback)
NotificationListener (src)
handleNotification in interface NotificationListener (src) notification - the notification objecthandback - the handback object given to the broadcaster
upon listener registration
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||