Class ForwardedRequest


  • public class ForwardedRequest
    extends Request
    A Request to be forwarded to another EditPart.
    • Constructor Detail

      • ForwardedRequest

        public ForwardedRequest​(java.lang.Object type)
        Creates a ForwardRequest with the given type.
        Parameters:
        type - The type of Request
      • ForwardedRequest

        public ForwardedRequest​(java.lang.Object type,
                                EditPart sender)
        Creates a ForwardRequest with the given type and sets the sender.
        Parameters:
        type - The type of Request
        sender - The EditPart that forwarded this Request
    • Method Detail

      • getSender

        public EditPart getSender()
        Returns the EditPart that forwarded this Request.
        Returns:
        The EditPart that forwarded this Request