public interface Async
Modifier and Type | Method and Description |
---|---|
void |
complete()
Signals the asynchronous operation is done, this method should be called only once, if the method is called
another time it will throw an
IllegalStateException to signal the error. |
Copyright © 2015. All Rights Reserved.