public interface ExecutorNotification
Modifier and Type | Method and Description |
---|---|
void |
interrupted(Runnable runnable) |
void |
resultReturned(Object obj) |
void |
throwableEncountered(Throwable t) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.