|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.fluxion.runcible.io.command.impl.DefaultChangeInvoker
public class DefaultChangeInvoker
Javadocs go here.
| Field Summary | |
|---|---|
protected java.util.List<ChangeCommand> |
commands
|
protected int |
position
|
| Constructor Summary | |
|---|---|
DefaultChangeInvoker()
|
|
| Method Summary | |
|---|---|
void |
clear()
|
void |
executeChanges()
Trigger a change to the mapping for this ChangeInvoker. |
ChangeCommand |
getLastCommand()
|
ChangeCommand |
getNextCommand()
|
void |
storeChangeCommand(ChangeCommand command)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<ChangeCommand> commands
protected int position
| Constructor Detail |
|---|
public DefaultChangeInvoker()
| Method Detail |
|---|
public ChangeCommand getNextCommand()
getNextCommand in interface ChangeInvokerpublic ChangeCommand getLastCommand()
getLastCommand in interface ChangeInvokerpublic void storeChangeCommand(ChangeCommand command)
storeChangeCommand in interface ChangeInvokerpublic void executeChanges()
executeChanges in interface ChangeInvokerpublic void clear()
clear in interface ChangeInvoker
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||