Uses of Interface
sos.reports.ReportEvent.ElementChange

Uses of ReportEvent.ElementChange in sos.reports
 

Classes in sos.reports that implement ReportEvent.ElementChange
static class DefaultReportEvent.DefaultElementChange
          An implementation of ReportEvent.ElementChange.
 

Methods in sos.reports that return ReportEvent.ElementChange
 ReportEvent.ElementChange ReportEvent.getChange(Element element)
          Returns the details of how the specified element changed.
 ReportEvent.ElementChange DefaultReportEvent.getChange(Element element)
           
 

Constructors in sos.reports with parameters of type ReportEvent.ElementChange
DefaultReportEvent(Report report, Element sourceElement, ReportEvent.ElementChange change)
          Creates an instance of DefaultReportEvent where the specified report is the source and there is a single change to the specified element.
DefaultReportEvent(Report report, java.util.Set sourceElements, ReportEvent.ElementChange change)
          Creates an instance of DefaultReportEvent where the specified report is the source and there is a single change--the same to all elements in the specified set.
 



Copyright 2003, 2004 Side of Software (SOS). All rights reserved.