|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.gargoylesoftware.base.testing.EventCatcherRecord
Information about a single event that was caught by an
EventCatcher
Constructor Summary | |
EventCatcherRecord(Method method,
EventObject event)
Create a new Record |
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EventCatcherRecord(Method method, EventObject event)
method
- The method that caught the event.event
- The event that was caught.Method Detail |
public Method getMethod()
public EventObject getEvent()
public String getThreadName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |