Uses of Class
adams.flow.core.EventReference
-
Packages that use EventReference Package Description adams.flow.core adams.flow.processor adams.gui.goe -
-
Uses of EventReference in adams.flow.core
Subclasses of EventReference in adams.flow.core Modifier and Type Class Description classTriggerableEventReferenceWrapper around the name of a triggerable event (= string).Methods in adams.flow.core with parameters of type EventReference Modifier and Type Method Description ActorEventHelper. findEvent(ActorHandler group, EventReference name)Checks a control actor's children whether they contain the event that we're looking for.ActorEventHelper. findEvent(Actor root, EventReference name)Tries to find the event referenced by its global name.ActorEventHelper. findEventRecursive(Actor actor, EventReference name)Tries to find the referenced event. -
Uses of EventReference in adams.flow.processor
Methods in adams.flow.processor that return EventReference Modifier and Type Method Description protected EventReferenceUpdateEventName. getReplacement(EventReference old, String newName)Returns the replacement object.Methods in adams.flow.processor with parameters of type EventReference Modifier and Type Method Description protected EventReferenceUpdateEventName. getReplacement(EventReference old, String newName)Returns the replacement object.protected booleanUpdateEventName. isNameMatch(EventReference old, String oldName)Checks whether the located object matches the old name that requires replacement. -
Uses of EventReference in adams.gui.goe
Methods in adams.gui.goe that return EventReference Modifier and Type Method Description protected EventReferenceEventReferenceEditor. parse(String s)Parses the given string and returns the generated object.
-