Class: TimEvent

timapi.TimEvent

Contains event information for asynchronous method calls. It is sent to listeners. Immutable class.

Overview

Members-Overview

Methods-Overview

Member-List

exception (readonly) :timapi.TimException

Undefined if request finished successfully or an TimException instance if the request failed.

requestType (readonly) :timapi.constants.RequestType

Type of request this event has been send for

terminal (readonly) :timapi.Terminal

Terminal instance sending event. Object of type Terminal

Methods

toString() → {String}

String representation for debugging purpose
Returns:
String representation

Type: String