org.jaffa.components.maint
Interface ICreateComponent

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

public interface ICreateComponent
extends IComponent

This interface will be implemented by all Create components.

Author:
GautamJ

Method Summary
 void addCreateListener(ICreateListener listener)
          Adds a listener.
 boolean removeCreateListener(ICreateListener 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

addCreateListener

public void addCreateListener(ICreateListener listener)
Adds a listener.

Parameters:
listener - the listener.

removeCreateListener

public boolean removeCreateListener(ICreateListener listener)
Removes a listener.

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


Copyright © 2002-2004 JAFFA Project.