Class UISWTViewEventImpl

    • Field Detail

      • eventType

        int eventType
      • data

        java.lang.Object data
    • Constructor Detail

      • UISWTViewEventImpl

        public UISWTViewEventImpl​(UISWTView view,
                                  int eventType,
                                  java.lang.Object data)
    • Method Detail

      • getType

        public int getType()
        Description copied from interface: UISWTViewEvent
        Get the type.
        Specified by:
        getType in interface UISWTViewEvent
        Returns:
        The TYPE_* constant for this event
      • getData

        public java.lang.Object getData()
        Description copied from interface: UISWTViewEvent
        Get the data
        Specified by:
        getData in interface UISWTViewEvent
        Returns:
        Any data for this event