IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.asynchbeans
Interface AsynchScopeEvents

All Superinterfaces:
EventSourceEvents

public interface AsynchScopeEvents
extends EventSourceEvents

These are events which can be generated by an AsynchScope.

See Also:
AsynchScope

Method Summary
 void destroyed(AsynchScope scope)
          The indicated asynch scope object is about to be destroyed.
 
Methods inherited from interface com.ibm.websphere.asynchbeans.EventSourceEvents
listenerCountChanged, listenerExceptionThrown, unexpectedException
 

Method Detail

destroyed

void destroyed(AsynchScope scope)
The indicated asynch scope object is about to be destroyed.

Parameters:
scope - The scope being destroyed.

IBM WebSphere Application ServerTM
Release 8