Class StiDisconnectedEvent

java.lang.Object
com.stimulsoft.report.events.StiEvent
com.stimulsoft.report.events.StiDisconnectedEvent
All Implemented Interfaces:
IStiDefault, IStiJsonReportObject, IStiSerializable, IStiSerializableToString, Cloneable

public class StiDisconnectedEvent extends StiEvent
Describes the class for realization of the event Disconnected.
  • Constructor Details

    • StiDisconnectedEvent

      public StiDisconnectedEvent()
      Creates a new object of the type StiDisconnectedEvent.
    • StiDisconnectedEvent

      public StiDisconnectedEvent(String script)
      Creates a new object of the type StiDisconnectedEvent with specified arguments.
      Parameters:
      script - Script of the event.
    • StiDisconnectedEvent

      public StiDisconnectedEvent(StiComponent parent)
      Creates a new object of the type StiDisconnectedEvent with specified arguments.
      Parameters:
      parent - Component which contain this event.
  • Method Details

    • toString

      public String toString()
      Returns the string representation of the event.
      Overrides:
      toString in class Object