public class ChecklistModelEvent
extends java.util.EventObject
Modifier and Type | Class and Description |
---|---|
static class |
ChecklistModelEvent.Type
ChecklistModelEvent types.
|
Constructor and Description |
---|
ChecklistModelEvent(java.lang.Object source,
Step step,
int index,
ChecklistModelEvent.Type type)
Create a new ChecklistModelEvent.
|
ChecklistModelEvent(java.lang.Object source,
Step parent,
Step step,
int index,
ChecklistModelEvent.Type type)
Create a new ChecklistModelEvent.
|
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
Returns the index at which the step is added or removed.
|
Step |
getParent()
Returns the step's parent.
|
Step |
getStep()
Returns the step that is added or removed.
|
ChecklistModelEvent.Type |
getType()
Returns the type of ChecklistModel event.
|
public ChecklistModelEvent(java.lang.Object source, Step step, int index, ChecklistModelEvent.Type type)
public ChecklistModelEvent(java.lang.Object source, Step parent, Step step, int index, ChecklistModelEvent.Type type)
public Step getStep()
public Step getParent()
public int getIndex()
public ChecklistModelEvent.Type getType()