sos.reports
Interface ReportListener

All Superinterfaces:
java.util.EventListener

public interface ReportListener
extends java.util.EventListener

An object--when registered with a report--that gets notified when the report changes.

Since:
1.0
See Also:
Report

Method Summary
 void reportChanged(ReportEvent event)
          Notifies this listener that a report has changed.
 

Method Detail

reportChanged

public void reportChanged(ReportEvent event)
Notifies this listener that a report has changed.

Parameters:
event - a description of the change


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