com.hardcode.gdbms.engine.data.command
Interface Command

All Known Implementing Classes:
AlphanumericDeleteCommand, AlphanumericInsertAtCommand, AlphanumericInsertCommand, IndexedSpatialDeleteCommand, IndexedSpatialInsertCommand, ModifyCommand, SpatialDeleteCommand, SpatialInsertAtCommand, SpatialInsertCommand

public interface Command


Method Summary
 void redo()
           
 void undo()
           
 

Method Detail

redo

void redo()
          throws DriverException
Throws:
DriverException

undo

void undo()
          throws DriverException
Throws:
DriverException


Copyright © 2005-2006 . All Rights Reserved.