com.enspire.gemini.commands
Interface Command

All Known Implementing Classes:
BidirectionalCollectionAdd, BidirectionalCollectionCommand, BidirectionalCollectionRemove, BidirectionalListAddByIndex, BidirectionalListCommand, BidirectionalListRemoveByIndex, BidirectionalPropertyCommand

public interface Command

A simple command with execute() and undo().

Since:
1.0
Author:
Dragan Djuric

Method Summary
 void execute()
          Executes the command.
 void undo()
          Undoes the command.
 

Method Detail

execute

void execute()
Executes the command.


undo

void undo()
Undoes the command.



Copyright © 2005 e-nspire. All Rights Reserved.