jdbreport.model.event
Interface ReportListListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ReportEditorPane, ReportPane

public interface ReportListListener
extends EventListener

Version:
1.1 03/09/08
Author:
Andrey Kholmanskih

Method Summary
 void reportAdded(ReportListEvent e)
          Tells listeners that a report was added to the list.
 void reportMoved(ReportListEvent e)
          Tells listeners that a row was repositioned.
 void reportRemoved(ReportListEvent e)
          Tells listeners that a report was removed from the list.
 

Method Detail

reportAdded

void reportAdded(ReportListEvent e)
Tells listeners that a report was added to the list.


reportRemoved

void reportRemoved(ReportListEvent e)
Tells listeners that a report was removed from the list.


reportMoved

void reportMoved(ReportListEvent e)
Tells listeners that a row was repositioned.