public interface AsynchronousManagedObject extends ManagedObject
Contract to provide control over asynchronous processing by the
ManagedObject
.
Implemented by the ManagedObjectSource
provider.
Modifier and Type | Method and Description |
---|---|
void |
registerAsynchronousCompletionListener(AsynchronousListener listener)
Provides the
AsynchronousListener to the
AsynchronousManagedObject to enable call back to notify state and
completion of asynchronous processing. |
getObject
void registerAsynchronousCompletionListener(AsynchronousListener listener)
AsynchronousListener
to the
AsynchronousManagedObject
to enable call back to notify state and
completion of asynchronous processing.listener
- AsynchronousListener
.Copyright © 2005–2016. All rights reserved.