org.jboss.soa.esb.listeners.lifecycle
Interface ManagedLifecycleEventListener

All Superinterfaces:
java.util.EventListener

public interface ManagedLifecycleEventListener
extends java.util.EventListener

This interface represents the lifecycle events generated by a managed instance.

Author:
kevin

Method Summary
 void stateChanged(ManagedLifecycleStateEvent event)
          The state of the managed instance has changed.
 

Method Detail

stateChanged

void stateChanged(ManagedLifecycleStateEvent event)
The state of the managed instance has changed.

Parameters:
event - The managed lifecycle state event.