com.sas.visuals
Interface ForwardedActionSource

All Known Implementing Classes:
MenuBar, MenuBar

public interface ForwardedActionSource

An interface for an object which emits com.sas.visuals.ForwardedActionEvent events. This interface provides methods to add and remove listeners for that event.

See Also:
ForwardedActionEvent, ForwardedActionListener

Method Summary
 void addForwardedActionListener(ForwardedActionListener listener)
          Add a listener for the com.sas.visuals.ForwardedActionEvent event.
 void removeForwardedActionListener(ForwardedActionListener listener)
          Remove a listener for the com.sas.visuals.ForwardedActionEvent event.
 

Method Detail

addForwardedActionListener

void addForwardedActionListener(ForwardedActionListener listener)
Add a listener for the com.sas.visuals.ForwardedActionEvent event.

Parameters:
listener - an object which handles ForwardedActionEvent events the listener is not added a second time if it already exists in the list of listeners for this event.

removeForwardedActionListener

void removeForwardedActionListener(ForwardedActionListener listener)
Remove a listener for the com.sas.visuals.ForwardedActionEvent event. Nothing happens if the listener is not in the list of listeners for this event.

Parameters:
listener - an object which handles ForwardedActionEvent events



Copyright © 2009 SAS Institute Inc. All Rights Reserved.