public static class RemoveOperation.BeforeActionPerformedEvent<E>
extends java.util.EventObject
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
actionPrevented |
protected java.util.List<E> |
items |
| Constructor and Description |
|---|
BeforeActionPerformedEvent(FrameOwner origin,
java.util.List<E> items) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<E> |
getItems() |
FrameOwner |
getScreen() |
FrameOwner |
getSource() |
boolean |
isActionPrevented() |
void |
preventAction()
Prevents the removal.
|
protected final java.util.List<E> items
protected boolean actionPrevented
public BeforeActionPerformedEvent(FrameOwner origin, java.util.List<E> items)
public FrameOwner getSource()
getSource in class java.util.EventObjectpublic FrameOwner getScreen()
public java.util.List<E> getItems()
public boolean isActionPrevented()
preventAction()public void preventAction()