net.sf.jzeno.echo.components
Class Timer

java.lang.Object
  extended by nextapp.echo.AbstractComponent
      extended by net.sf.jzeno.echo.components.Timer
All Implemented Interfaces:
java.io.Serializable, EventSource, Precreation, Component

public class Timer
extends AbstractComponent
implements EventSource, Precreation

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface nextapp.echo.Component
BACKGROUND_CHANGED_PROPERTY, CHILDREN_CHANGED_PROPERTY, ENABLED_CHANGED_PROPERTY, FONT_CHANGED_PROPERTY, FOREGROUND_CHANGED_PROPERTY, IDENTIFIER_CHANGED_PROPERTY, LOCALE_CHANGED_PROPERTY, MODEL_CHANGED_PROPERTY, SELECTABLE_CHANGED_PROPERTY, STYLE_BACKGROUND, STYLE_FONT, STYLE_FOREGROUND, UPDATE_PROPERTY, VISIBLE_CHANGED_PROPERTY
 
Constructor Summary
Timer()
           
 
Method Summary
 void applyContext()
           
 void fire()
           
 java.lang.String getActionCommand()
           
 int getDelay()
           
 boolean isAsync()
           
 boolean isPaused()
           
 void setActionCommand(java.lang.String actionCommand)
           
 void setAsync(boolean async)
           
 void setDelay(int delay)
           
 void setPaused(boolean paused)
           
 
Methods inherited from class nextapp.echo.AbstractComponent
add, add, addHierarchyListener, addPropertyChangeListener, applyStyle, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getClientId, getComponent, getComponentCount, getComponents, getEchoInstance, getFont, getForeground, getIdentifier, getListenerList, getLocale, getParent, indexOf, init, isAncestorOf, isDifferent, isEnabled, isFocused, isRecursivelyVisible, isRegistered, isSelectableForScriptRecorder, isShowing, isVisible, processHierarchyEvent, remove, remove, removeAll, removeHierarchyListener, removePropertyChangeListener, setBackground, setClientId, setEnabled, setFocused, setFont, setForeground, setIdentifier, setLocale, setParent, setRegistered, setSelectableForScriptRecorder, setVisible, update, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timer

public Timer()
Method Detail

getActionCommand

public java.lang.String getActionCommand()
Specified by:
getActionCommand in interface EventSource

setActionCommand

public void setActionCommand(java.lang.String actionCommand)
Specified by:
setActionCommand in interface EventSource

fire

public void fire()

applyContext

public void applyContext()
Specified by:
applyContext in interface Precreation

getDelay

public int getDelay()

setDelay

public void setDelay(int delay)

isAsync

public boolean isAsync()

setAsync

public void setAsync(boolean async)

isPaused

public boolean isPaused()

setPaused

public void setPaused(boolean paused)