|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.validation.events.ReportAdapter
public class ReportAdapter
convenience class for implementing report listener
Constructor Summary | |
---|---|
ReportAdapter()
|
Method Summary | |
---|---|
void |
creationContextCompleted(ReportEvent e)
call-back indicating that a creation context has ended. |
void |
creationContextStarted(ReportEvent e)
call-back indicating that a creation context for an instantiated element has begun. |
void |
reportCompleted(ReportEvent e)
call-back indicating that a validation report has ended. |
void |
reportStarted(ReportEvent e)
call-back indicating that a validation report has been started. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportAdapter()
Method Detail |
---|
public void reportStarted(ReportEvent e)
IReportListener
reportStarted
in interface IReportListener
public void reportCompleted(ReportEvent e)
IReportListener
reportCompleted
in interface IReportListener
public void creationContextStarted(ReportEvent e)
IReportListener
creationContextStarted
in interface IReportListener
public void creationContextCompleted(ReportEvent e)
IReportListener
creationContextCompleted
in interface IReportListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |