com.togethersoft.testing.shared
Class ResultEvent
- Direct Known Subclasses:
- DetailEvent, TaskReferenceEvent
- public class ResultEvent
Event class used for notification of changes in the structure of a result.
| Constructor Summary |
ResultEvent(Object source, int id) Constructs a new result event with given source and id. |
| Method Summary |
int | getID() Returnd the id of this event. |
Object | getSource() Returns the source of this event. |
ADDED
public final static int ADDED
CHANGED
public final static int CHANGED
id
private int id
mySource
private Object mySource
ResultEvent
public ResultEvent(Object source, int id)
- Constructs a new result event with given source and id.
getID
public int getID()
- Returnd the id of this event.
getSource
public Object getSource()
- Returns the source of this event.
to Class java.lang.Object