ZoneEvent class

Class described user zone event. Referenced from ZoneListener.

Constructors

ZoneEvent(ZoneEventType type, int locationId, int sublocationId, int id, String name, String alias)
Default constructor.

Properties

alias String
zone's alias.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int
zone's identifier.
getter/setter pair
locationId int
zone's location identifier.
getter/setter pair
name String
zone's name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sublocationId int
zone's sublocationId identifier.
getter/setter pair
type ZoneEventType
Handled zone event type.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited