org.almendra.commons.threads
Interface ISuspendable


public interface ISuspendable


Method Summary
 void resume()
           
 void suspend(ICallbackHandler notifyWhenSuspendedHandler)
           
 

Method Detail

suspend

void suspend(ICallbackHandler notifyWhenSuspendedHandler)

resume

void resume()