com.vwp.j3d.utils.behaviors.keyboard
Class FrameActionTrigger

java.lang.Object
  extended by com.vwp.j3d.utils.behaviors.keyboard.FrameActionTrigger

public class FrameActionTrigger
extends Object

This is an empty class which should be overriden by own classes.


Constructor Summary
FrameActionTrigger()
           
 
Method Summary
 void trig()
          This method has to be overwritten by an own one.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameActionTrigger

public FrameActionTrigger()
Method Detail

trig

public void trig()
This method has to be overwritten by an own one. It is called every time a frame has elapsed. So here all functionality has to be added which has to be done once per frame.