org.infohazard.maverick.flow
Interface ModelLifetime


public interface ModelLifetime

If a model implements this interface, method(s) will be called so that the model object can manage internal resources.


Method Summary
 void discard()
          Called when Maverick is completely finished with the model.
 

Method Detail

discard

public void discard()
Called when Maverick is completely finished with the model.