com.l2fprod.common.application.core
Interface CommandContext

All Known Implementing Classes:
DefaultAppContext

public interface CommandContext

CommandContext.


Method Summary
 SelectionManager getSelectionManager()
           
 java.lang.Object getService(java.lang.Object key)
          Get the service, object, resource associated with the given key
 

Method Detail

getSelectionManager

SelectionManager getSelectionManager()

getService

java.lang.Object getService(java.lang.Object key)
Get the service, object, resource associated with the given key

Parameters:
key -
Returns:
the Object associated with key<