Schnittstelle DesignerListener
- Alle Superschnittstellen:
EventListener
This Listener can be used by Applications which start an embedded i-net Designer to be informed when important tasks are performed by the user.
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidCalled when the user closed the i-net Designer.voidopenReport(URL location) Called when the user opened a report.voidsaveReport(URL location) Called when the user saved a report.
-
Methodendetails
-
closeDesigner
void closeDesigner()Called when the user closed the i-net Designer.- Seit:
- 6.0
-
saveReport
Called when the user saved a report. This is only guaranteed to work for the standardBasicDesignerDataModelclass.- Parameter:
location- The URL of the report file saved.- Seit:
- 6.0
-
openReport
Called when the user opened a report. This is only guaranteed to work for the standardBasicDesignerDataModelclass.- Parameter:
location- The URL of the report file opened.- Seit:
- 6.0
-