Schnittstelle DesignerListener

Alle Superschnittstellen:
EventListener

public interface DesignerListener extends 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 Typ
    Methode
    Beschreibung
    void
    Called when the user closed the i-net Designer.
    void
    openReport(URL location)
    Called when the user opened a report.
    void
    saveReport(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

      void saveReport(URL location)
      Called when the user saved a report. This is only guaranteed to work for the standard BasicDesignerDataModel class.
      Parameter:
      location - The URL of the report file saved.
      Seit:
      6.0
    • openReport

      void openReport(URL location)
      Called when the user opened a report. This is only guaranteed to work for the standard BasicDesignerDataModel class.
      Parameter:
      location - The URL of the report file opened.
      Seit:
      6.0