enum classafQuickFlux::Events

sys::Obj
  sys::Enum
    afQuickFlux::Events : afQuickFlux::EventDef

@Serializable { simple=true }

appStart

Source

const static Events appStart := ...

entityDeleted

Source

const static Events entityDeleted := ...

entitySaved

Source

const static Events entitySaved := ...

fromStr

Source

static new fromStr(Str name, Bool checked := true)

Return the Events instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

newEntity

Source

const static Events newEntity := ...

refreshEverthing

Source

const static Events refreshEverthing := ...

signature

Source

virtual const override Type[] signature

vals

Source

const static Events[] vals := ...

List of Events values indexed by ordinal