Class WebActionDepictEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      WebActionDepictEvent​(DepictedObject depictedObject, java.lang.String targetID, java.lang.String actionID, int option)
      Depicted object, depicted object, target ID, action ID, and option constructor.
    • Constructor Detail

      • WebActionDepictEvent

        public WebActionDepictEvent​(DepictedObject depictedObject,
                                    java.lang.String targetID,
                                    java.lang.String actionID,
                                    int option)
        Depicted object, depicted object, target ID, action ID, and option constructor.
        Parameters:
        depictedObject - The depicted object on which the event initially occurred.
        targetID - The ID of the component target site, or null if there was no component target.
        actionID - The action identifier, or null if this event represents a general action.
        option - The zero-based option, such as 0 for a left click or 1 for a right click.
        Throws:
        java.lang.NullPointerException - if the given context and/or component ID is null.
    • Method Detail

      • getTargetID

        public java.lang.String getTargetID()
        Returns:
        The ID of the component target site, or null if there was no component target.
      • getActionID

        public java.lang.String getActionID()
        Returns:
        The action identifier, or null if this event represents a general action.
      • getOption

        public int getOption()
        Returns:
        The zero-based option, such as 0 for a left click or 1 for a right click.