VRJConfig UI API
v2.0


org.vrjuggler.vrjconfig.commoneditors.event
Interface DeviceUnitListener

All Superinterfaces:
EventListener

public interface DeviceUnitListener
extends EventListener

Listener interface for classes interested in changes in the number of input sources (units) a device has.


Method Summary
 void deviceUnitAdded(DeviceUnitEvent evt)
          Invoked when the device has an input source (unit) added.
 void deviceUnitRemoved(DeviceUnitEvent evt)
          Invoked when the device has an input source (unit) removed.
 

Method Detail

deviceUnitAdded

void deviceUnitAdded(DeviceUnitEvent evt)
Invoked when the device has an input source (unit) added.


deviceUnitRemoved

void deviceUnitRemoved(DeviceUnitEvent evt)
Invoked when the device has an input source (unit) removed.


VRJConfig UI API
v2.0


Copyright © 1998–2005 Iowa State University. All rights reserved.