net.sf.jameleon.event
Class FunctionEventHandler
java.lang.Object
   net.sf.jameleon.event.FunctionEventHandler
net.sf.jameleon.event.FunctionEventHandler
- public class FunctionEventHandler 
- extends Object
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
getInstance
public static FunctionEventHandler getInstance()
- 
 
clearInstance
public void clearInstance()
- 
 
addFunctionListener
public void addFunctionListener(FunctionListener fl)
- 
 
getFunctionListeners
public List getFunctionListeners()
- 
 
removeFunctionListener
public void removeFunctionListener(FunctionListener fl)
- 
 
beginFunction
public void beginFunction(FunctionTag ft,
                          int rowNum)
- 
 
endFunction
public void endFunction(FunctionTag ft,
                        int rowNum)
- 
 
Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.
