org.mule.api.context.notification
Interface MuleContextNotificationListener<T extends MuleContextNotification>

All Superinterfaces:
ServerNotificationListener<MuleContextNotification>
All Known Implementing Classes:
AxisConnector, AxisWsdlConnector, JmxAgent.MuleContextStartedListener, JmxAgent.MuleContextStoppedListener

public interface MuleContextNotificationListener<T extends MuleContextNotification>
extends ServerNotificationListener<MuleContextNotification>

MuleContextNotificationListener is an observer interface that objects can implement and then register themselves with the Mule manager to be notified when a Manager event occurs.


Method Summary
 
Methods inherited from interface org.mule.api.context.notification.ServerNotificationListener
onNotification
 



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