"Throws" an event. SpeakRight will find a matching event handler to process the event. It is an error for an event not to be caught.
Although SpeakRight uses the term "throwing an event", there are no Java execptions being thrown. The throw is merely in terms of the flow stack that the SpeakRight interpreter uses to hold the currently executing flow objects.
@author Ian Rae
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.