com.gargoylesoftware.base.testing
public class EventCatcherRecord extends Object
Version: $Revision: 1.3 $
Field Summary | |
---|---|
String | callingThread_ |
EventObject | event_ |
Method | method_ |
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. |
Parameters: method The method that caught the event. event The event that was caught.
Returns: The event.
Returns: The method
Returns: The thread name.