net.officefloor.frame.spi.managedobject
Interface AsynchronousListener

All Known Implementing Classes:
ManagedObjectContainerImpl, ManagedObjectUserStandAlone

public interface AsynchronousListener

Listener to be notified about asynchronous operations by the AsynchronousManagedObject.

Author:
Daniel Sagenschneider

Method Summary
 void notifyComplete()
          Indicates that the AsynchronousManagedObject has completed and is ready for another operation.
 void notifyStarted()
          Indicates the AsynchronousManagedObject has started an asynchronous operation.
 

Method Detail

notifyStarted

void notifyStarted()
Indicates the AsynchronousManagedObject has started an asynchronous operation.


notifyComplete

void notifyComplete()
Indicates that the AsynchronousManagedObject has completed and is ready for another operation.



Copyright © 2005-2013. All Rights Reserved.