Class Event

    • Constructor Detail

      • Event

        public Event​(java.lang.Object src,
                     int evtType)
        An event object.
        Parameters:
        src - the source of the event.
        evtType - the type of the event.
    • Method Detail

      • getEventType

        public int getEventType()