public class StopMonitorAction extends AbstractManagerAction
It is implemented in res/res_monitor.c
| Constructor and Description |
|---|
StopMonitorAction()
Creates a new empty StopMonitorAction.
|
StopMonitorAction(String channel)
Creates a new StopMonitorAction that ends monitoring of the given
channel.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Returns the name of this action, i.e.
|
String |
getChannel()
Returns the name of the channel to end monitoring.
|
void |
setChannel(String channel)
Sets the name of the channel to end monitoring.
|
getActionId, setActionId, toStringpublic StopMonitorAction()
public StopMonitorAction(String channel)
channel - the name of the channel to stop monitoring.public String getAction()
getAction in interface ManagerActiongetAction in class AbstractManagerActionpublic String getChannel()
public void setChannel(String channel)
This property is mandatory.
channel - the name of the channel to end monitoring.Copyright © 2004–2020. All rights reserved.