Listener class abstract

Listener base class, all listener implementations must at least implement these methods to interface to the decoder. The methods are not documented at the API level, usage should be obvious from the naming.

Implementers

Constructors

Listener()

Properties

hashCode int
The hash code for this object.
no setterinherited
itemStack ItemStack
Listeners must have an item stack
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onArray(int size) → void
onBool(bool state) → void
onBytes(Uint8Buffer data, int size) → void
onError(String error) → void
onExtraInteger(int value, int sign) → void
onExtraTag(int tag) → void
onIndefinite(String text) → void
onInteger(int value) → void
onMap(int size) → void
onNull() → void
onSpecial(int code) → void
onSpecialFloat(double value) → void
onString(String str) → void
onTag(int tag) → void
onUndefined() → void
toString() String
A string representation of this object.
inherited

Operators

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