|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimerEvent | |
|---|---|
| org.cafesip.jiplet | This package contains the core Jiplet container classes. |
| Uses of TimerEvent in org.cafesip.jiplet |
|---|
| Methods in org.cafesip.jiplet that return TimerEvent | |
|---|---|
protected TimerEvent |
JipletTimerTask.getEvent()
|
TimerEvent |
EventInfo.getTimer()
|
TimerEvent |
JipletTimer.getTimerEvent()
|
TimerEvent |
Jiplet.startTimer(java.util.Date time,
JipletEvent event,
java.lang.Object param)
Similar to the startTimer(long delay, boolean repeat, JipletEvent event, Object param) method. |
TimerEvent |
Jiplet.startTimer(java.util.Date firstTime,
long period,
JipletEvent event,
java.lang.Object param)
Similar to the startTimer(Date time, JipletEvent event, Object param) method. |
TimerEvent |
Jiplet.startTimer(long delay,
boolean repeat,
JipletEvent event,
java.lang.Object param)
This method is used to start a timer. |
TimerEvent |
Jiplet.startTimer(long delay,
JipletEvent event,
java.lang.Object param)
Similar to the startTimer(long delay, boolean repeat, JipletEvent event, Object param) method. |
| Methods in org.cafesip.jiplet with parameters of type TimerEvent | |
|---|---|
void |
Jiplet.cancelTimer(TimerEvent timer)
This method cancels a timer started by the startTimer() methods. |
void |
SipConnector.processTimer(TimerEvent e)
|
void |
EventInfo.setTimer(TimerEvent timer)
|
protected void |
JipletTimer.setTimerEvent(TimerEvent timerEvent)
|
| Constructors in org.cafesip.jiplet with parameters of type TimerEvent | |
|---|---|
JipletTimerTask(SipConnector c,
TimerEvent e)
A constructor for this class. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||