public class EventCatcherRecord
extends java.lang.Object
EventCatcher| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
callingThread_ |
private java.util.EventObject |
event_ |
private java.lang.reflect.Method |
method_ |
| Constructor and Description |
|---|
EventCatcherRecord(java.lang.reflect.Method method,
java.util.EventObject event)
Create a new Record
|
| Modifier and Type | Method and Description |
|---|---|
java.util.EventObject |
getEvent()
Return the event that had been caught.
|
java.lang.reflect.Method |
getMethod()
Return the method that had been invoked with the specified event.
|
java.lang.String |
getThreadName()
Return the name of the thread that the event was called on.
|
private final java.lang.reflect.Method method_
private final java.util.EventObject event_
private final java.lang.String callingThread_
public EventCatcherRecord(java.lang.reflect.Method method,
java.util.EventObject event)
method - The method that caught the event.event - The event that was caught.public java.lang.reflect.Method getMethod()
public java.util.EventObject getEvent()
public java.lang.String getThreadName()