com.jalios.util
Interface ActionListener
- All Superinterfaces: 
 - EventListener
 
- All Known Implementing Classes: 
 - FileDocument.DeleteThumbnailListener
 
public interface ActionListener
- extends EventListener
 
This interface provides generics callback mechanism to perform custom actions
 on a processed object.
 
 Methods who allow to perform custom action should add an ActionListener parameter
 they just call.
 
 Very usefull for methods performing recursive calls.
- Since:
 
  - jcms-5.7.3
 
- Version:
 
  - $Revision: 20541 $
 
- Author:
 
  - Jean-Philippe Encausse
 
 
 
REVISION
static final String REVISION
- See Also:
 - Constant Field Values
 
performAction
boolean performAction(Object obj)
- Perform a generic action on the given object. The parameter obj should be cast 
 in the convenient type to perform action and access methods.
 
- Parameters:
 obj - Target Object to perform action
- Returns:
 - boolean true if the action has been performed
 
 
 
Copyright © 2001-2010 Jalios SA. All Rights Reserved.