sos.reports
Interface ReportSelectionListener

All Superinterfaces:
java.util.EventListener

public interface ReportSelectionListener
extends java.util.EventListener

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

Since:
1.0
See Also:
ReportSelectionModel

Method Summary
 void selectionChanged(ReportSelectionEvent event)
          Notifies this listener that the report selection has changed.
 

Method Detail

selectionChanged

public void selectionChanged(ReportSelectionEvent event)
Notifies this listener that the report selection has changed.

Parameters:
event - the change


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