spcp7.imagegallery.abstractionlayer.face
Interface ContentFolderActionListenerFace
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- EditBean, GalleryViewBean
public interface ContentFolderActionListenerFace
- extends java.util.EventListener
If a class implements this interface the method
stateChanged(spcp7.imagegallery.abstractionlayer.face.persistence.ContentFolderModelFace, String)
is called whenever a content folder changes.
stateChanged
void stateChanged(ContentFolderModelFace source,
java.lang.String contentFolderEventType)
- This method must be called whenever a content folder changes. Different events
can be distinguished via the type param.
- Parameters:
source - The content folder which changed.contentFolderEventType - The event type of the content folder. The different event types are defined within ContentFolderEventTypes.- See Also:
ContentFolderEventTypes
Copyright © 2008. All Rights Reserved.