net.sourceforge.fluxion.runcible.io.command
Interface ChangeInvoker

All Known Implementing Classes:
DefaultChangeInvoker

public interface ChangeInvoker

Invokes ChangeCommands, causing an alteration as described by the ChangeCommand.

Version:
1.0
Author:
Tony Burdett

Method Summary
 void clear()
           
 void executeChanges()
           
 ChangeCommand getLastCommand()
           
 ChangeCommand getNextCommand()
           
 void storeChangeCommand(ChangeCommand command)
           
 

Method Detail

getNextCommand

ChangeCommand getNextCommand()

getLastCommand

ChangeCommand getLastCommand()

storeChangeCommand

void storeChangeCommand(ChangeCommand command)

executeChanges

void executeChanges()

clear

void clear()


Copyright © 2010. All Rights Reserved.