- All Superinterfaces:
Observer
The thread observer interface to instrument Ice threads. This can be threads from the Ice thread
pool or utility threads used by the Ice core.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
stateChanged
(ThreadState oldState, ThreadState newState) Notification of thread state change.
-
Method Details
-
stateChanged
Notification of thread state change.- Parameters:
oldState
- The previous thread state.newState
- The new thread state.
-