shout3d.core
Class JSDeviceObserver

java.lang.Object
  |
  +--shout3d.core.JSDeviceObserver

public class JSDeviceObserver
extends java.lang.Object
implements DeviceObserver


Constructor Summary
JSDeviceObserver(Shout3DApplet applet, java.lang.String typeName, java.lang.String methodName)
           
 
Method Summary
 boolean onDeviceInput(DeviceInput di, java.lang.Object userData)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSDeviceObserver

public JSDeviceObserver(Shout3DApplet applet,
                        java.lang.String typeName,
                        java.lang.String methodName)
Method Detail

onDeviceInput

public boolean onDeviceInput(DeviceInput di,
                             java.lang.Object userData)
Specified by:
onDeviceInput in interface DeviceObserver