public Event copyFor (Object newSource, EventTarget newTarget)

Creates and returns a copy of this event with the specified event source and target. If the source or target is set to null, it is replaced by the NULL_SOURCE_TARGET value.

Parameters:
newSource    the new source of the copied event
newTarget    the new target of the copied event

Returns:  the event copy with the new source and target