IEventDispatcher class abstract

Implemented types

Constructors

IEventDispatcher()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
onPlayerUpdate Stream<IPlayerUpdateEvent>
Emitted when a player gets updated
read-only
onStatsReceived Stream<IStatsEvent>
Emitted when stats are sent from lavalink
read-only
onTrackEnd Stream<ITrackEndEvent>
Emitted when a track ends playing
read-only
onTrackException Stream<ITrackExceptionEvent>
Emitted when a track gets an exception during playback
read-only
onTrackStart Stream<ITrackStartEvent>
Emitted when a track starts playing
read-only
onTrackStuck Stream<ITrackStuckEvent>
Emitted when a track gets stuck
read-only
onWebSocketClosed Stream<IWebSocketClosedEvent>
Emitted when a web socket is closed
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

dispose() Future<void>
Perform cleanup
inherited
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