net.sf.jameleon.event
Class FunctionEventHandler

java.lang.Object
  extended by net.sf.jameleon.event.FunctionEventHandler

public class FunctionEventHandler
extends Object


Method Summary
 void addFunctionListener(FunctionListener fl)
           
 void beginFunction(FunctionTag ft, int rowNum)
           
 void clearInstance()
           
 void endFunction(FunctionTag ft, int rowNum)
           
 List getFunctionListeners()
           
static FunctionEventHandler getInstance()
           
 void removeFunctionListener(FunctionListener fl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.