com.sas.visuals
Class ForwardedActionEvent

com.sas.visuals.ForwardedActionEvent
All Implemented Interfaces:
java.io.Serializable

public class ForwardedActionEvent

ForwardedActionEvent is a sub-class of ActionEvent that also has a sourceEvent property. The sourceEvent property allows for another event to be forwarded using the ForwardedActionEvent.

Notes:


See Also:
ForwardedActionListener, ForwardedActionListenerList, ForwardedActionSource, Serialized Form

Field Summary
protected  java.util.EventObject sourceEvt
           
 
Constructor Summary
ForwardedActionEvent(java.lang.Object source, int id, java.lang.String command, java.util.EventObject sourceEvent)
          Constructor for the ForwardedActionEvent.
ForwardedActionEvent(java.lang.Object source, int id, java.lang.String command, int modifiers, java.util.EventObject sourceEvent)
          Constructor for the ForwardedActionEvent.
 
Method Summary
 java.util.EventObject getSourceEvent()
          Get the source EventObject forwarded using this event.
 

Field Detail

sourceEvt

protected java.util.EventObject sourceEvt
Constructor Detail

ForwardedActionEvent

public ForwardedActionEvent(java.lang.Object source,
                            int id,
                            java.lang.String command,
                            java.util.EventObject sourceEvent)
Constructor for the ForwardedActionEvent.

Parameters:
source - the object where the event originated
id - the type of event
command - the command string for this action event
sourceEvent - the source event to be forwarded

ForwardedActionEvent

public ForwardedActionEvent(java.lang.Object source,
                            int id,
                            java.lang.String command,
                            int modifiers,
                            java.util.EventObject sourceEvent)
Constructor for the ForwardedActionEvent.

Parameters:
source - the object where the event originated
id - the type of event
command - the command string for this action event
modifiers - the modifiers held down during this action
sourceEvent - the source event to be forwarded
Method Detail

getSourceEvent

public java.util.EventObject getSourceEvent()
Get the source EventObject forwarded using this event.

Returns:
the source event forwarded with this event



Copyright © 2009 SAS Institute Inc. All Rights Reserved.