|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.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 ChangeInvoker
public ChangeCommand getLastCommand()
getLastCommand
in interface ChangeInvoker
public void storeChangeCommand(ChangeCommand command)
storeChangeCommand
in interface ChangeInvoker
public void executeChanges()
executeChanges
in interface ChangeInvoker
public void clear()
clear
in interface ChangeInvoker
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |