org.mule.context.notification
Class AbstractListener

java.lang.Object
  extended by 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


Constructor Summary
AbstractListener()
           
 
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
 

Constructor Detail

AbstractListener

public AbstractListener()
Method Detail

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.