Uses of Interface
org.mule.api.context.notification.CustomNotificationListener

Packages that use CustomNotificationListener
org.mule.tck.functional Helper classes and interfaces used by Mule fnctional tests. 
org.mule.transport.sftp.notification   
 

Uses of CustomNotificationListener in org.mule.tck.functional
 

Subinterfaces of CustomNotificationListener in org.mule.tck.functional
 interface FunctionalTestNotificationListener
          By implementing this listener interface and registering the object with the MuleContext.registerListener(ServerNotificationListener) You can receive FunctionalTestNotifications from the FunctionalTestComponent.
 

Uses of CustomNotificationListener in org.mule.transport.sftp.notification
 

Subinterfaces of CustomNotificationListener in org.mule.transport.sftp.notification
 interface SftpTransportNotificationListener
          SftpTransportNotificationListener is an observer interface that objects can use to receive notifications about sftp operations such as put, get, rename and delete being performed by the sftp transport.
 



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