VRJConfig UI API
v2.0


org.vrjuggler.vrjconfig.commoneditors.event
Class UnitInfoEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.vrjuggler.vrjconfig.commoneditors.event.UnitInfoEvent
All Implemented Interfaces:
Serializable

public class UnitInfoEvent
extends EventObject

Event object type associated with UnitInfoListener.

See Also:
UnitInfo, UnitInfoListener, Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UnitInfoEvent(Object source, Integer oldUnitNumber, Integer newUnitNumber)
          Creates a device unit event for the given unit type and unit number.
 
Method Summary
 Integer getNewUnitNumber()
          Returns the new number (index) of the unit associated with this event.
 Integer getOldUnitNumber()
          Returns the previous number (index) of the unit associated with this event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnitInfoEvent

public UnitInfoEvent(Object source,
                     Integer oldUnitNumber,
                     Integer newUnitNumber)
Creates a device unit event for the given unit type and unit number.

Method Detail

getOldUnitNumber

public Integer getOldUnitNumber()
Returns the previous number (index) of the unit associated with this event.


getNewUnitNumber

public Integer getNewUnitNumber()
Returns the new number (index) of the unit associated with this event.


VRJConfig UI API
v2.0


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