DCT Lightfoot v3 API specification

java.util
Class EventObject

java.lang.Object
  |
  +--java.util.EventObject
Direct Known Subclasses:
SerialPortEvent

public class EventObject
extends Object

Basic event object


Field Summary
protected  Object source
          The source of the event
 
Constructor Summary
protected EventObject(Object source)
          Create a new event object
 
Method Summary
 Object getSource()
          Get the source
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

protected Object source
The source of the event

Constructor Detail

EventObject

protected EventObject(Object source)
Create a new event object

Parameters:
source - The source
Method Detail

getSource

public Object getSource()
Get the source

Returns:
the source

DCT Lightfoot v3 API specification

DCT Lightfoot v3 API specification