org.yajul.micro
Interface LifecycleAware


public interface LifecycleAware

Implement this on all InputProcessor, Aggregator or grid singletons to get callbacks when the object is created, and when it is destroyed.
User: Joshua Davis Date: Nov 6, 2006 Time: 10:07:04 PM


Method Summary
 void initialize()
           
 void terminate()
           
 

Method Detail

initialize

void initialize()

terminate

void terminate()


Copyright © 2008. All Rights Reserved.