net.metanotion.util
Interface Startable


public interface Startable

Interface representing objects that should be "started" at some point after they are created.


Method Summary
 void start()
          Should be called exactly once in the lifetime of an object.
 

Method Detail

start

void start()
Should be called exactly once in the lifetime of an object.