org.mule.api.context.notification
Interface CustomNotificationListener

All Superinterfaces:
ServerNotificationListener
All Known Subinterfaces:
FunctionalTestNotificationListener

public interface CustomNotificationListener
extends ServerNotificationListener

CustomNotificationListener is an observer interface that can be used to listen for Custom notifications using MuleContext.fireCustomEvent(..). Custom notifications can be used by components and other objects such as routers, transformers, agents, etc to communicate a change of state to each other.


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



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.