org.jaffa.components.maint
Interface IUpdateComponent

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

public interface IUpdateComponent
extends IComponent

This interface will be implemented by all Update components.

Author:
GautamJ

Method Summary
 void addUpdateListener(IUpdateListener listener)
          Adds a listener.
 boolean removeUpdateListener(IUpdateListener 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

addUpdateListener

public void addUpdateListener(IUpdateListener listener)
Adds a listener.

Parameters:
listener - the listener.

removeUpdateListener

public boolean removeUpdateListener(IUpdateListener listener)
Removes a listener.

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


Copyright © 2002-2004 JAFFA Project.