com.ibm.websphere.asynchbeans
Interface AsynchScopeEvents
All Superinterfaces:
- public interface AsynchScopeEvents
- extends EventSourceEvents
See Also:
Method Summary
Modifier and Type | Method and Description |
---|---|
|
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.