Package org.jgroups.blocks.executor
Interface ExecutorNotification
-
- All Known Implementing Classes:
ExecutionService.DistributedFuture
public interface ExecutorNotification
- Author:
- wburns
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
interrupted(java.lang.Runnable runnable)
void
resultReturned(java.lang.Object obj)
void
throwableEncountered(java.lang.Throwable t)
-