Retrieves the original source of the event.
final public DhElement getSource()
Returns the element that first triggered this event.
This can be the object you actually hooked the event on, or it can one of its children (because all events bubble up the containment hierarchy automatically).