org.mule.context.notification
Class AbstractListener<T extends ServerNotification>

java.lang.Object
  extended by org.mule.context.notification.AbstractListener<T>
All Implemented Interfaces:
ServerNotificationListener<T>
Direct Known Subclasses:
Listener1, Listener2

public abstract class AbstractListener<T extends ServerNotification>
extends Object
implements ServerNotificationListener<T>


Constructor Summary
AbstractListener()
           
 
Method Summary
 boolean isNotified()
           
 void onNotification(T 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(T notification)
Specified by:
onNotification in interface ServerNotificationListener<T extends ServerNotification>

isNotified

public boolean isNotified()


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.