public class EventCatcherRecord extends Object
EventCatcher
Constructor and Description |
---|
EventCatcherRecord(Method method,
EventObject event)
Create a new Record
|
Modifier and Type | Method and Description |
---|---|
EventObject |
getEvent()
Return the event that had been caught.
|
Method |
getMethod()
Return the method that had been invoked with the specified event.
|
String |
getThreadName()
Return the name of the thread that the event was called on.
|
public EventCatcherRecord(Method method, EventObject event)
method
- The method that caught the event.event
- The event that was caught.public Method getMethod()
public EventObject getEvent()
public String getThreadName()
Copyright © 1998–2014 Gargoyle Software Inc.. All rights reserved.