action
Null Action — Action that does absolutely nothing<action/>
| Name: | action |
| Required by Parent Tag: | No |
| Multiple Tag Instances supported: | Yes |
Table 5. Attributes for action tag (for xms.action.NullAction)
| Name | Friendly Name | Description | Type | Default Value | Required |
|---|---|---|---|---|---|
| class | Class | The class name the service manager loads. To load: Null Action use: class xms.action.NullAction | Class Name A fully qualified class name for a class that is part of the java classpath. | xms.action.NullAction | Yes |
| event | event | The event to fire this action on | String Any character combination is valid. | none | Yes |