|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.eclipse.actf.validation.events.ReportEvent
public class ReportEvent
used to capture validation report records and creation contexts
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ReportEvent(Object source)
create a new report event |
Method Summary | |
---|---|
void |
clear()
clear the contents of the queues |
CreationContext[] |
getCreationContexts()
get the most recently fetched creation contexts. |
String |
getReportID()
get the report ID of the current report. |
ValidationReportRecord[] |
getReportRecords()
get the most recently fetched set of report records. |
void |
queueCreationContexts(CreationContext[] contexts)
add creation contexts to the contexts queue. |
void |
queueReportRecords(ValidationReportRecord[] records)
add report records to the reports queue. |
void |
setReportID(String id)
set the report ID. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReportEvent(Object source)
source
- source of eventMethod Detail |
---|
public ValidationReportRecord[] getReportRecords()
null
if no report records are availablepublic CreationContext[] getCreationContexts()
null
if no
creation contexts are availablepublic void queueReportRecords(ValidationReportRecord[] records)
records
- public void queueCreationContexts(CreationContext[] contexts)
contexts
- public void setReportID(String id)
id
- public String getReportID()
public void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |