SC.Event (sc v1.0.2)
View SourceRepresents an event that can be sent to a state chart.
Events can be external (from outside the state chart) or internal (generated by the state chart itself, e.g., from <raise> actions).
Summary
Functions
Check if an event is external.
Create a new internal event.
Check if an event is internal.
Check if this event matches a transition's event specification.
Create a new external event.
Types
Functions
Check if an event is external.
Create a new internal event.
Check if an event is internal.
Check if this event matches a transition's event specification.
For now, only supports exact string matching.
Create a new external event.