GroupChannelCollectionHandler class abstract

An interface used in GroupChannelCollection.

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
onChannelsAdded(GroupChannelContext context, List<GroupChannel> channels) → void
Called when there are newly added GroupChannels.
onChannelsDeleted(GroupChannelContext context, List<String> deletedChannelUrls) → void
Called when one or more of the GroupChannels the GroupChannelCollection holds has been deleted.
onChannelsUpdated(GroupChannelContext context, List<GroupChannel> channels) → void
Called when there's an update in one or more of the GroupChannels the GroupChannelCollection holds.
toString() String
A string representation of this object.
inherited

Operators

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