synergynetframework.appsystem.table.appregistry.menucontrol
Class ApplicationDefined

java.lang.Object
  extended by synergynetframework.appsystem.table.appregistry.menucontrol.MenuController
      extended by synergynetframework.appsystem.table.appregistry.menucontrol.ApplicationDefined
All Implemented Interfaces:
Updateable

public class ApplicationDefined
extends MenuController

The Class ApplicationDefined.


Constructor Summary
ApplicationDefined()
           
 
Method Summary
 void applicationFinishing()
          Application finishing.
 void enableForApplication(SynergyNetApp app)
          Enable for application.
 void update(float tpf)
          Update.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationDefined

public ApplicationDefined()
Method Detail

applicationFinishing

public void applicationFinishing()
Description copied from class: MenuController
Application finishing.

Specified by:
applicationFinishing in class MenuController

enableForApplication

public void enableForApplication(SynergyNetApp app)
Description copied from class: MenuController
Enable for application.

Specified by:
enableForApplication in class MenuController
Parameters:
app - the app

update

public void update(float tpf)
Description copied from interface: Updateable
Update.

Parameters:
tpf - the tpf