|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.loop.opscheduler.impl.ScheduledOperationImpl
public abstract class ScheduledOperationImpl
This is a simple Adapter class for the ScheduledOperation interface.
ScheduledOperation| Constructor Summary | |
|---|---|
ScheduledOperationImpl(boolean isPersistent)
Creates a new ScheduledOperation. |
|
| Method Summary | |
|---|---|
boolean |
isAlive()
if false, the object will be removed from the scheduler next loop iteration |
boolean |
isPersistent()
If this operation is persistent, it remains scheduled after beeing executed once. |
void |
setAlive(boolean alive)
Sets this Object alive or dead |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.xith3d.loop.Updatable |
|---|
update |
| Constructor Detail |
|---|
public ScheduledOperationImpl(boolean isPersistent)
isPersistent - if true, this operation will be a persistent one.| Method Detail |
|---|
public boolean isAlive()
isAlive in interface ScheduledOperationpublic void setAlive(boolean alive)
setAlive in interface ScheduledOperationalive - if false, the object will be removed from the scheduler next loop iterationpublic boolean isPersistent()
isPersistent in interface ScheduledOperation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||