RichFaces UI Components UI 4.3.0.CR1

org.richfaces.event
Interface DummyActionListenerSource


@Generated(value={"RichFaces CDK","4.3.0.CR1"})
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.


RichFaces UI Components UI 4.3.0.CR1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.