Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Usage of ActionHandler in FlowHandler class #9

@KilianB

Description

@KilianB

How are the private fields of the class FlowHandler

private SimpleObjectProperty<BeforeFlowActionHandler> beforeFlowActionHandler;
private SimpleObjectProperty<AfterFlowActionHandler> afterFlowActionHandler;
private SimpleObjectProperty<VetoableBeforeFlowActionHandler> vetoableBeforeFlowActionHandler;
private SimpleObjectProperty<VetoHandler> vetoHandler;

populated and used in datafx? I would like to fire an event after a flow has taken place having access to the actionId.
Are they accessed via reflection or just idle at the moment? Any chance we get some getters/setters?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions