public class MXEvent
extends java.lang.Object
| Constructor and Description | 
|---|
| MXEvent(java.lang.Object src)Construct the Event, specifying the source | 
| MXEvent(java.lang.Object src,
       int event)Construct the Event, specifying the source and event id | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getEventID()Return the id of the event | 
| java.lang.Object | getSource()Get the source object of this event | 
| java.lang.String | toString()Return string representation of the object |