Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.infohazard.maverick.flow
Interface ModelLifetime  view ModelLifetime download ModelLifetime.java


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.