Interface | Description |
---|---|
IAction |
This interface should be implemented by classes that are used to represent actions
that can be performed on media files in a media directory
|
IActionEventHandler |
This is implemented by the action performer so that actions can notify it about changes
in the media directory.
|
Class | Description |
---|---|
AbstractAction |
Helper class that actions should extends so that they only have to
implement action methods that are needed.
|
ActionPerformer |
This class is used to perform a list of actions upon files in a media directory
|
Messages |
Message bundle class for package 'org.stanwood.media.actions'
|
Exception | Description |
---|---|
ActionException |
Thrown if their is a problem related to actions
|