edu.washington.cs.supple.customization.state
Class ApplicationFunctions

java.lang.Object
  extended byedu.washington.cs.supple.customization.state.ApplicationFunctions

public class ApplicationFunctions
extends java.lang.Object

Maintains a list of application functions.

Author:
raphael

Constructor Summary
ApplicationFunctions()
           
 
Method Summary
 void addSystemFunction(ApplicationFunction function)
           
 void execute()
           
 void removeSystemFunction(ApplicationFunction function)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationFunctions

public ApplicationFunctions()
Method Detail

addSystemFunction

public void addSystemFunction(ApplicationFunction function)

removeSystemFunction

public void removeSystemFunction(ApplicationFunction function)

execute

public void execute()