public class Done
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected IComponentAction |
action
The completed action.
|
Constructor and Description |
---|
Done()
Create a done action.
|
Done(IComponentAction action)
Create a done action.
|
Modifier and Type | Method and Description |
---|---|
IComponentAction |
getAction()
Get the action.
|
void |
setAction(IComponentAction action)
Set the action.
|
protected IComponentAction action
public Done()
public Done(IComponentAction action)
public IComponentAction getAction()
public void setAction(IComponentAction action)