Uses of Interface
jdbreport.model.event.ReportListListener

Packages that use ReportListListener
jdbreport.model   
jdbreport.view   
 

Uses of ReportListListener in jdbreport.model
 

Methods in jdbreport.model that return ReportListListener
 ReportListListener[] ReportBook.getReportListListeners()
           
 

Methods in jdbreport.model with parameters of type ReportListListener
 void ReportBook.addReportListListener(ReportListListener x)
           
 void ReportBook.removeReportListListener(ReportListListener x)
           
 

Uses of ReportListListener in jdbreport.view
 

Classes in jdbreport.view that implement ReportListListener
 class ReportEditorPane
           
 class ReportPane