Assigns a delegate to the start event.
public final void addOnStart( EventHandler value )
value
The EventHandler delegate to be notified when the event occurs.
Passing an event handler as a parameter to this method is equivalent to setting the start event to that method in the Properties window. The start event occurs when an animation file starts playing in the Animation control.
See Also removeOnStart