syn3d.nodes
Class SceneNode.SceneTimerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by syn3d.nodes.SceneNode.SceneTimerTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SceneNode

protected class SceneNode.SceneTimerTask
extends java.util.TimerTask

Notify listeners that this scene has changed. For performance purposes, all notification changes are coalesced into a single event no more than the scene period notification delay.

See Also:
EndNotificationListener.notificationEnd(java.lang.Object)

Constructor Summary
protected SceneNode.SceneTimerTask()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SceneNode.SceneTimerTask

protected SceneNode.SceneTimerTask()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask