public class MutableAgentStatusEvent extends AgentStatusEvent
AgentStatusEvent.
Provides methods to accumulate changes.addedChannels, agents, message, removedChannels, statusChangessource| Modifier and Type | Method and Description |
|---|---|
void |
addAddedChannel(AgentChannel channel) |
void |
addAddedChannels(Collection<? extends AgentChannel> channels) |
void |
addChange(AgentChannel channel,
String attributeKey) |
void |
addRemovedChannel(AgentChannel channel) |
void |
addRemovedChannels(Collection<? extends AgentChannel> channels) |
void |
validate()
Validates this event before sending it to listeners.
|
getAddedChannels, getAgentNames, getAgents, getMessage, getRemovedChannels, getSource, getStatusChanges, isEmpty, toStringpublic void addChange(AgentChannel channel, String attributeKey)
public void addAddedChannel(AgentChannel channel)
public void addAddedChannels(Collection<? extends AgentChannel> channels)
public void addRemovedChannel(AgentChannel channel)
public void addRemovedChannels(Collection<? extends AgentChannel> channels)
public void validate()
Copyright © 2023 LSST. All rights reserved.