Uses of Interface
org.xngr.Action

Packages that use Action
org.xngr.context   
 

Uses of Action in org.xngr.context
 

Methods in org.xngr.context that return Action
 Action ActionsChangedEvent.getAction()
           
 

Methods in org.xngr.context that return types with arguments of type Action
 java.util.List<Action> ServiceContext.getActions()
           
 

Methods in org.xngr.context with parameters of type Action
protected  void ServiceContextManager.add(Action action)
          Adds an action to the manager.
protected  void ServiceContextManager.fireActionsChanged(Action source, ServiceContextEvent.Type type)
          Called when actions have been changed.
protected  void ServiceContext.fireActionsChanged(Action action, ServiceContextEvent.Type type)
          Fire an event when an action has been changed, added or removed.
 void NodeContext.open(Action action)
          Opens the supplied service using the action's service, the context's Node and the arguments defined in the action.
 void FileContext.open(Action action)
          Opens the supplied service using the action's service, the context's URI and the arguments defined in the action.
 void DocumentContext.open(Action action)
          Opens the supplied service using the action's service, the context's URI and the arguments defined in the action.
 void DirectoryContext.open(Action action)
          Opens the supplied service using the action's service, the context's URI and the arguments defined in the action.
protected  void ServiceContextManager.remove(Action action)
          Calls close on the service and removes it from the manager.
 



Copyright © 2002-2009 Edwin Dankert. All Rights Reserved.