public class DisplayChannelSingle extends Object implements DisplayChannel
DisplayChannel.| Constructor and Description |
|---|
DisplayChannelSingle(String path,
AgentChannel channel,
Updatable view) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AgentChannel |
getChannel()
Returns the original published data channel associated with this display channel.
|
String |
getPath()
Returns the display path associated with this channel.
|
Updatable |
getTarget()
Returns the object that should be notified whenever there are changes to data channels associated with this display channel.
|
int |
hashCode() |
void |
setChannel(AgentChannel channel)
Sets the original published data channel associated with this display channel.
|
void |
setTarget(Updatable view)
Set the object that should be notified whenever there are changes to data channels associated with this display channel.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitaddChannel, appendChannel, getChannels, purgeOfflineChannels, removeChannel, setChannels, updatepublic DisplayChannelSingle(String path, AgentChannel channel, Updatable view)
public String getPath()
DisplayChannelgetPath in interface DisplayChannelpublic Updatable getTarget()
DisplayChannelgetTarget in interface DisplayChannelpublic void setTarget(Updatable view)
DisplayChannelsetTarget in interface DisplayChannelview - Target to be notified of changes.public AgentChannel getChannel()
DisplayChannelgetChannel in interface DisplayChannelnull if no data channels are associated with this display channel.public void setChannel(AgentChannel channel)
DisplayChannelsetChannel in interface DisplayChannelchannel - Data channel.Copyright © 2023 LSST. All rights reserved.