public interface SendableBlotterMessage
Instances of this interface represent a Container message.
Modifier and Type | Method and Description |
---|---|
List<ContainerAction> |
getContainerActions()
A List of actions represented by
ContainerAction to be performed on the Container. |
String |
getSubject()
The subject for this Container
|
String |
getUsername()
The username for which this Container belongs to.
|
boolean |
isImage()
Returns the value of the image flag
|
void |
setImage(boolean isImage)
Sets the image flag for this Container message.
|
boolean isImage()
void setImage(boolean isImage)
isImage
- True if this message should be treated as an image, or false if it represents an update.String getSubject()
String getUsername()
List<ContainerAction> getContainerActions()
ContainerAction
to be performed on the Container.ContainerAction
to be performed on the Container.Copyright © 2015 Caplin Systems.