Package com.jalios.jcms
Class FileDocument.DeleteThumbnailListener
- java.lang.Object
 - 
- com.jalios.jcms.FileDocument.DeleteThumbnailListener
 
 
- 
- All Implemented Interfaces:
 ActionListener,java.util.EventListener
- Enclosing class:
 - FileDocument
 
public static class FileDocument.DeleteThumbnailListener extends java.lang.Object implements ActionListener
 
- 
- 
Field Summary
- 
Fields inherited from interface com.jalios.util.ActionListener
REVISION 
 - 
 
- 
Constructor Summary
Constructors Constructor Description DeleteThumbnailListener() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanperformAction(java.lang.Object obj)Perform a generic action on the given object. 
 - 
 
- 
- 
Method Detail
- 
performAction
public boolean performAction(java.lang.Object obj)
Description copied from interface:ActionListenerPerform a generic action on the given object. The parameter obj should be cast in the convenient type to perform action and access methods.- Specified by:
 performActionin interfaceActionListener- Parameters:
 obj- Target Object to perform action- Returns:
 - boolean true if the action has been performed
 
 
 - 
 
 -