|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IActionEventHandler
This is implemented by the action performer so that actions can notify it about changes in the media directory.
Method Summary | |
---|---|
void |
sendEventDeletedFile(java.io.File file)
Called when a file in the media directory is deleted |
void |
sendEventNewFile(java.io.File file)
Called when a new file is created in the media directory |
void |
sendEventRenamedFile(java.io.File oldName,
java.io.File newName)
This is called when a file in the media directory is renamed |
Method Detail |
---|
void sendEventNewFile(java.io.File file) throws ActionException
file
- The file that was created
ActionException
- Thrown if their are any problemsvoid sendEventDeletedFile(java.io.File file) throws ActionException
file
- The file what was deleted
ActionException
- Thrown if their are any problemsvoid sendEventRenamedFile(java.io.File oldName, java.io.File newName) throws ActionException
oldName
- The old name of the filenewName
- The new name of the file
ActionException
- Thrown if their are any problems
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |