|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnextapp.echo.AbstractComponent
net.sf.jzeno.echo.components.Timer
public class Timer
Field Summary |
---|
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Timer()
Method Detail |
---|
public java.lang.String getActionCommand()
getActionCommand
in interface EventSource
public void setActionCommand(java.lang.String actionCommand)
setActionCommand
in interface EventSource
public void fire()
public void applyContext()
applyContext
in interface Precreation
public int getDelay()
public void setDelay(int delay)
public boolean isAsync()
public void setAsync(boolean async)
public boolean isPaused()
public void setPaused(boolean paused)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |