edu.berkeley.guir.papier_mache.event
Class DefaultDeviceListener

java.lang.Object
  extended by edu.berkeley.guir.papier_mache.event.DefaultDeviceListener
All Implemented Interfaces:
java.util.EventListener, InputDeviceListener

public class DefaultDeviceListener
extends java.lang.Object
implements InputDeviceListener

Author:
Jack Li ( jack(AT)eecs{DOT}berkeley{DOT}edu )

Constructor Summary
DefaultDeviceListener(PhobListener phobListener)
           
 
Method Summary
 void deviceAttached(DeviceEvent sourceEvent)
           
 void deviceDetached(DeviceEvent sourceEvent)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDeviceListener

public DefaultDeviceListener(PhobListener phobListener)
Method Detail

deviceAttached

public void deviceAttached(DeviceEvent sourceEvent)
Specified by:
deviceAttached in interface InputDeviceListener

deviceDetached

public void deviceDetached(DeviceEvent sourceEvent)
Specified by:
deviceDetached in interface InputDeviceListener