@NotThreadSafe @ProviderType public class ChannelEvent extends java.lang.Object
| Constructor and Description |
|---|
ChannelEvent(ChannelRecord channelRecord)
Instantiates a new channel event.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelRecord |
getChannelRecord()
Returns the associated channel record.
|
java.lang.String |
toString() |
public ChannelEvent(ChannelRecord channelRecord)
channelRecord - the channel recordjava.lang.NullPointerException - if the argument is nullpublic ChannelRecord getChannelRecord()
public java.lang.String toString()
toString in class java.lang.Object