Class Event

Superclasses :
lang::Object
Package :
util

An instance of this class is used to represent an event.

Source

Class summary
Methods inherited from lang::Object
clone(seen) equals(other, seen) get_class() get_class_name() get_id() hash_code(depth, seen) is_instance(name) to_string(depth, seen)
Methods defined in this class
get_param() get_source() get_type() set_param(x) set_source(x) set_type(x)
Variables defined in this class
param source type

Method detail

get_param()

Returns the event parameter, if any
Source

get_source()

Returns the source of the event.
Source

get_type()

Returns the event type
Source

set_param(x)

Source

set_source(x)

Source

set_type(x)

Source

Variable detail

param


source


type