public class ForwardedRequest extends Request
| Constructor and Description |
|---|
ForwardedRequest(java.lang.Object type)
Creates a ForwardRequest with the given type.
|
ForwardedRequest(java.lang.Object type,
EditPart sender)
Creates a ForwardRequest with the given type and sets the sender.
|
| Modifier and Type | Method and Description |
|---|---|
EditPart |
getSender()
Returns the EditPart that forwarded this Request.
|
getExtendedData, getType, setExtendedData, setTypepublic ForwardedRequest(java.lang.Object type)
type - The type of Requestpublic ForwardedRequest(java.lang.Object type,
EditPart sender)
type - The type of Requestsender - The EditPart that forwarded this Requestpublic EditPart getSender()
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.