| Interface | Description |
|---|---|
| ActionManagerIF |
The ActionManagerIF should be implemented by plugins that allow for
the registration of handlers for ActionRequests
|
| Class | Description |
|---|---|
| ActionFactory<ACTION extends ActionHandler,INFO extends org.dmd.dms.extended.ActionTriggerInfo> |
The ActionFactory allows an action manager to determine the action trigger info
associated with an ActionHandler and instantiate new ActionHandlers.
|
| ActionHandler |
The ActionImplementation serves as a common base for all actions that can be
run in an asynchronous manner and cancelled if required.
|
Copyright © 2019. All rights reserved.