ConferenceBinding<T> class
A binding of a conference event and its corresponding callback.
Constructors
- ConferenceBinding.new(String event, T callback)
Properties
Methods
-
getCallback(
) → T - Returns the callback associated with the binding.
-
getEvent(
) → String - Returns the event associated with the binding.
-
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