Phidgets
Class _IPhidgetManagerEvents_OnErrorEvent

java.lang.Object
  extended by java.util.EventObject
      extended by Phidgets._IPhidgetManagerEvents_OnErrorEvent
All Implemented Interfaces:
Serializable

public class _IPhidgetManagerEvents_OnErrorEvent
extends EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
_IPhidgetManagerEvents_OnErrorEvent(Object source, Phidget PHIDGET, String Description, int SCODE)
           
 
Method Summary
 String get_Description()
           
 Phidget get_PHIDGET()
           
 int get_SCODE()
           
 
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

_IPhidgetManagerEvents_OnErrorEvent

public _IPhidgetManagerEvents_OnErrorEvent(Object source,
                                           Phidget PHIDGET,
                                           String Description,
                                           int SCODE)
Method Detail

get_PHIDGET

public Phidget get_PHIDGET()

get_Description

public String get_Description()

get_SCODE

public int get_SCODE()