Package com.sas.iom.orb
Interface ThreadPoolEventListenerInterface
public interface ThreadPoolEventListenerInterface
Listener interface for classes interested in ThreadPool events.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidHandle a ThreadPool event.
-
Method Details
-
handleThreadPoolEvent
Handle a ThreadPool event.- Parameters:
event- the event
-