Class TimEvent


  • public class TimEvent
    extends Object
    Contains event information for asynchronous method calls. It is send to listeners Immutable class.
    • Method Detail

      • getTerminal

        public Terminal getTerminal()
        Terminal instance sending event.
      • getException

        public TimException getException()
        None if request finished successfully or an TimException instance if the request failed.
      • getRequestType

        public RequestType getRequestType()
        Type of request this event has been send for.