org.japano.action
Interface Lifecycle


public interface Lifecycle

Allows actions to be notified about their destruction.

Version:
$Id: Lifecycle.java,v 1.2 2005/09/27 21:30:50 fforw Exp $ SourceForge.net Logo
Author:
Sven Helmberger ( sven dot helmberger at gmx dot de )

Method Summary
 void destroy()
          Called when the action is to be destroyed.
 

Method Detail

destroy

void destroy()
Called when the action is to be destroyed.