Class StiViewCommonEvent

java.lang.Object
java.util.EventObject
com.stimulsoft.viewer.events.StiViewCommonEvent
All Implemented Interfaces:
Serializable

public class StiViewCommonEvent extends EventObject
Common event on sti viewer Copyright Stimulsoft
See Also:
  • Field Details

  • Constructor Details

    • StiViewCommonEvent

      public StiViewCommonEvent(String eventType)
      Constructor
      Parameters:
      eventType -
    • StiViewCommonEvent

      public StiViewCommonEvent(Object source)
      Constructor
      Parameters:
      source -
    • StiViewCommonEvent

      public StiViewCommonEvent(String eventType, Object source)
      Constructor
      Parameters:
      eventType -
      source -
    • StiViewCommonEvent

      public StiViewCommonEvent(String eventType, Object source, Object param0)
      Constructor
      Parameters:
      eventType -
      source -
      param0 -
  • Method Details

    • getEventType

      public String getEventType()
      Returns:
      the eventType
    • getParam0

      public Object getParam0()
      Returns:
      the param0