MumbleClientListener mixin

Properties

hashCode int
The hash code for this object.
no setterinherited
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
onBanListReceived(List<BanEntry> bans) → void
Invoked with the ban list after querying it using MumbleClient.queryBans.
onChannelAdded(Channel channel) → void
Invoked evers time a new channel is created.
onCryptStateChanged() → void
Informs, that the crypt state was changed. No actions have to be taken as this was already handled internally.
onDone() → void
Invoked if the connection is closed greacefully by the mumble server.
onDropAllChannelPermissions() → void
Tells the client do drop all cached channel permissions (if you cached them).
onError(Object error, [StackTrace? stackTrace]) → void
Invoked if an error occurs.
onPermissionDenied(PermissionDeniedException e) → void
Invoked if the permissions for an action were denied by the mumble server.
onQueryUsersResult(Map<int, String> idToName) → void
Invoked with user ids mapped to their names after querying it using MumbleClient.queryUsersByNames or MumbleClient.queryUsersByIds.
onTextMessage(IncomingTextMessage message) → void
Invoked when a text message is received.
onUserAdded(User user) → void
Invoked every time a user joins the server.
onUserListReceived(List<RegisteredUser> users) → void
Invoked with all registered users after requesting it using MumbleClient.listUsers.
toString() String
A string representation of this object.
inherited

Operators

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