Returns the parent of the Component returned by
getChanged()
. For a HIERARCHY_CHANGED event where the
change was of type PARENT_CHANGED via a call to
Container.add
, the parent returned is the parent
after the add operation. For a HIERARCHY_CHANGED event where
the change was of type PARENT_CHANGED via a call to
Container.remove
, the parent returned is the parent
before the remove operation. For all other events and types,
the parent returned is the parent during the operation.
Returns:
the parent of the changed Component