ToiEvent Interface Reference


Description

ToiEvent is a base interface implemented by all event objects. For details see evtType.

See also:
ToiEventTarget

import "ToiEvent.idl";

List of all members.

Public Attributes

readonly attribute long evtType
readonly attribute ToiEventTarget evtTarget
readonly attribute unsigned
long long 
evtTimeStamp

Member Data Documentation

readonly attribute ToiEventTarget ToiEvent::evtTarget

The event target that generated the event.

readonly attribute unsigned long long ToiEvent::evtTimeStamp

The time stamp that the event is generated.

readonly attribute long ToiEvent::evtType

The type of the event.