org.jaffa.components.maint
Interface IDeleteComponent

All Superinterfaces:
IComponent
All Known Subinterfaces:
IMaintComponent
All Known Implementing Classes:
DeleteComponent, MaintComponent, MaintComponent2

public interface IDeleteComponent
extends IComponent

This interface will be implemented by all Delete components.

Author:
GautamJ

Method Summary
 void addDeleteListener(IDeleteListener listener)
          Adds a listener.
 boolean removeDeleteListener(IDeleteListener listener)
          Removes a listener.
 
Methods inherited from interface org.jaffa.presentation.portlet.component.IComponent
addFormKeyChangeListener, display, getComponentDefinition, getComponentId, getContainerFormKey, getFormKeyChangeListeners, getReturnToFormKey, getToken, getUserSession, isActive, quit, quitAndReturnToCallingScreen, removeFormKeyChangeListener, setContainerFormKey, setReturnToFormKey, setToken
 

Method Detail

addDeleteListener

public void addDeleteListener(IDeleteListener listener)
Adds a listener.

Parameters:
listener - the listener.

removeDeleteListener

public boolean removeDeleteListener(IDeleteListener listener)
Removes a listener.

Parameters:
listener - the listener.
Returns:
true if the listener was removed.


Copyright © 2002-2004 JAFFA Project.