org.gvsig.tools.operations
Interface Operation


public interface Operation


Method Summary
 int getCode()
           
 String getDescription()
           
 String getName()
           
 Object invoke(Object self, OperationContext context)
           
 

Method Detail

invoke

Object invoke(Object self,
              OperationContext context)
              throws OperationException
Throws:
OperationException

getName

String getName()

getDescription

String getDescription()

getCode

int getCode()
            throws OperationNotSupportedException
Throws:
OperationNotSupportedException


Copyright © 2004-2011 gvSIG. All Rights Reserved.