org.mule.api.context.notification
Interface CustomNotificationListener<T extends ServerNotification>
- All Superinterfaces:
- ServerNotificationListener<ServerNotification>
- All Known Subinterfaces:
- FunctionalTestNotificationListener, SftpTransportNotificationListener
public interface CustomNotificationListener<T extends ServerNotification>
- extends ServerNotificationListener<ServerNotification>
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.
Copyright © 2003-2011 MuleSoft, Inc.. All Rights Reserved.