org.barracudamvc.examples.ex4
Class SampleControlHandler
java.lang.Object
org.barracudamvc.core.event.DefaultListenerFactory
org.barracudamvc.examples.ex4.SampleControlHandler
- All Implemented Interfaces:
- ListenerFactory
public class SampleControlHandler
- extends DefaultListenerFactory
A sample control event handler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name1
public String name1
name2
public static String name2
sboolean
public boolean sboolean
sbyte
public byte sbyte
schar
public char schar
sdouble
public double sdouble
sfloat
public float sfloat
sint
public int sint
slong
public long slong
sshort
public short sshort
SampleControlHandler
public SampleControlHandler()
getInstance
public BaseEventListener getInstance()
- Description copied from class:
DefaultListenerFactory
- Get an instance of the underlying BaseEventListener
- Specified by:
getInstance
in interface ListenerFactory
- Specified by:
getInstance
in class DefaultListenerFactory
- Returns:
- get an instance of the BaseEventListener
getListenerID
public String getListenerID()
- Description copied from class:
DefaultListenerFactory
- Get the Listener ID associated with this class of listener. This will
generally either be the class name of the listener that the factory
creates
- Specified by:
getListenerID
in interface ListenerFactory
- Specified by:
getListenerID
in class DefaultListenerFactory
- Returns:
- the listener ID that describes this factory
setName
public void setName(String iname)
setSBoolean
public void setSBoolean(boolean val)
setSByte
public void setSByte(byte b)
setSChar
public void setSChar(char c)
setSDouble
public void setSDouble(double d)
setSFloat
public void setSFloat(float f)
setSInt
public void setSInt(int i)
setSLong
public void setSLong(long l)
setSShort
public void setSShort(short s)
Copyright © 2006 BarracudaMVC.org All Rights Reserved.