org.mule.context.notification
Class AbstractListener
java.lang.Object
org.mule.context.notification.AbstractListener
- All Implemented Interfaces:
- org.mule.api.context.notification.ServerNotificationListener
- Direct Known Subclasses:
- Listener1, Listener2
public abstract class AbstractListener
- extends Object
- implements org.mule.api.context.notification.ServerNotificationListener
Method Summary |
boolean |
isNotified()
|
void |
onNotification(org.mule.api.context.notification.ServerNotification notification)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractListener
public AbstractListener()
onNotification
public void onNotification(org.mule.api.context.notification.ServerNotification notification)
- Specified by:
onNotification
in interface org.mule.api.context.notification.ServerNotificationListener
isNotified
public boolean isNotified()
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.