com.funambol.util
Interface Stoppable


public interface Stoppable

this interface describes a class that can be stopped while is doing something


Method Summary
 boolean isStopped()
          is the class stopped?
 void resume()
          resume
 void stop()
          stop the class
 

Method Detail

isStopped

boolean isStopped()
is the class stopped?


stop

void stop()
stop the class


resume

void resume()
resume



Copyright © 2006 Funambol.