org.richfaces.event
Interface DummyActionListenerSource


@Generated(value={"RichFaces CDK","4.0.0-SNAPSHOT"})
public interface DummyActionListenerSource


Method Summary
 void addActionListener(javax.faces.event.ActionListener listener)
          Add a new ActionListener to the set of listeners interested in being notified when LazyActionListeners occur.
 javax.faces.event.ActionListener[] getActionListeners()
          Return the array of registered ActionListeners for this instance.
 void removeActionListener(javax.faces.event.ActionListener listener)
          Remove an existing ActionListener (if any) from the set of listeners interested in being notified when LazyActionListeners occur.
 

Method Detail

addActionListener

void addActionListener(javax.faces.event.ActionListener listener)

Add a new ActionListener to the set of listeners interested in being notified when LazyActionListeners occur.

Parameters:
listener - The ActionListener to be added
Throws:
NullPointerException - if listener is null

removeActionListener

void removeActionListener(javax.faces.event.ActionListener listener)

Remove an existing ActionListener (if any) from the set of listeners interested in being notified when LazyActionListeners occur.

Parameters:
listener - The ActionListener to be removed
Throws:
NullPointerException - if listener is null

getActionListeners

javax.faces.event.ActionListener[] getActionListeners()

Return the array of registered ActionListeners for this instance. If there are no registered listeners, a zero-length array is returned.



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.