public interface AsynchronousListener
AsynchronousManagedObject
.Modifier and Type | Method and Description |
---|---|
void |
notifyComplete()
Indicates that the
AsynchronousManagedObject has completed and is
ready for another operation. |
void |
notifyStarted()
Indicates the
AsynchronousManagedObject has started an
asynchronous operation. |
void notifyStarted()
AsynchronousManagedObject
has started an
asynchronous operation.void notifyComplete()
AsynchronousManagedObject
has completed and is
ready for another operation.Copyright © 2005–2016. All rights reserved.