public class RemovedContainer extends java.lang.Object implements Event
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME
A string constant for the name of this event.
|
Constructor and Description |
---|
RemovedContainer()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
ContainerID |
getContainer()
Retrieve the value of the
container slot of this
event, containing the container identifier of the newly removed
container. |
java.lang.String |
getName()
Retrieve the name of this event.
|
void |
setContainer(ContainerID id)
Set the
container slot of this event. |
public static final java.lang.String NAME
public RemovedContainer()
public java.lang.String getName()
public void setContainer(ContainerID id)
container
slot of this event.id
- The container identifier of the newly removed
container.public ContainerID getContainer()
container
slot of this
event, containing the container identifier of the newly removed
container.container
slot, or
null
if no value was set.