Class ActionForwarder

java.lang.Object
uk.ac.starlink.topcat.ActionForwarder
All Implemented Interfaces:
ActionListener, EventListener, ChangeListener, ListDataListener

public class ActionForwarder extends Object implements ActionListener, ChangeListener, ListDataListener
ActionListener implementation which forwards all ActionEvents to a list of clients. It also implements some other listener interfaces, currently ChangeListener and ListDataListener. Any events received throught those interfaces will be adapted into ActionEvents and forwarded as well.
Since:
28 Oct 2005
Author:
Mark Taylor