public static interface ReadWriteRunnable.Callback
| Modifier and Type | Method and Description |
|---|---|
void |
readComplete() |
void |
shutdownComplete() |
void |
startupComplete() |
void |
writeComplete() |
void startupComplete()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionvoid readComplete()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionvoid writeComplete()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionvoid shutdownComplete()
throws java.lang.InterruptedException
java.lang.InterruptedException