Uses of Interface
org.jtheque.core.managers.lifecycle.listeners.FunctionListener

Packages that use FunctionListener
org.jtheque.core.managers.lifecycle Contains the application. 
 

Uses of FunctionListener in org.jtheque.core.managers.lifecycle
 

Methods in org.jtheque.core.managers.lifecycle with parameters of type FunctionListener
 void LifeCycleManager.addFunctionListener(FunctionListener listener)
           
 void ILifeCycleManager.addFunctionListener(FunctionListener listener)
          Add function listener to receive function events from the application.
 void LifeCycleManager.removeFunctionListener(FunctionListener listener)
           
 void ILifeCycleManager.removeFunctionListener(FunctionListener listener)
          Remove the specified function listener so that it no longer receives function events from the application.
 



Copyright © 2009 JTheque. All Rights Reserved.