com.ibm.websphere.asynchbeans

Interface AsynchScopeEvents

All Superinterfaces:
EventSourceEvents

  1. public interface AsynchScopeEvents
  2. extends EventSourceEvents
These are events which can be generated by an AsynchScope.
See Also:
AsynchScope

Method Summary

Modifier and Type Method and Description
  1. 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

  1. void destroyed(AsynchScope scope)
The indicated asynch scope object is about to be destroyed.
Parameters:
scope - The scope being destroyed.