public abstract class ChannelEventHelper extends ManagerEvent implements ChannelEvent
source
Modifier | Constructor and Description |
---|---|
protected |
ChannelEventHelper(AbstractChannelEvent event) |
|
ChannelEventHelper(String channel,
String uniqueId) |
protected |
ChannelEventHelper(String channel,
String uniqueId,
String callerIdNum,
String callerIdName) |
Modifier and Type | Method and Description |
---|---|
Channel |
getChannel() |
static Channel |
registerChannel(String channelName,
String uniqueId,
String callerIdNum,
String callerIdName) |
getSource, toString
protected ChannelEventHelper(AbstractChannelEvent event) throws InvalidChannelName
InvalidChannelName
protected ChannelEventHelper(String channel, String uniqueId, String callerIdNum, String callerIdName) throws InvalidChannelName
InvalidChannelName
public ChannelEventHelper(String channel, String uniqueId) throws InvalidChannelName
InvalidChannelName
public Channel getChannel()
getChannel
in interface ChannelEvent
public static Channel registerChannel(String channelName, String uniqueId, String callerIdNum, String callerIdName) throws InvalidChannelName
InvalidChannelName
Copyright © 2004–2017. All rights reserved.