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

All Superinterfaces:
java.util.EventListener

public interface ManagedLifecycleThreadEventListener
extends java.util.EventListener

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

Author:
kevin

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

Method Detail

stateChanged

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

Parameters:
event - The managed lifecycle state event.