-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum ChannelEventDescribes the events emitted by a Channel object. An event is either an UPDATE or a ChannelState.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description initializedattachingattacheddetachingdetachedfailedsuspendedupdateAn event for changes to channel conditions that do not result in a change in ChannelState.
Spec: RTL2g
-
Method Summary
Modifier and Type Method Description static Array<ChannelEvent>values()static ChannelEventvalueOf(String name)-
-
Method Detail
-
values
static Array<ChannelEvent> values()
-
valueOf
static ChannelEvent valueOf(String name)
-
-
-
-