fujaba / fulibFx

A framework for JavaFX applications that is designed for MVC pattern projects.
https://fujaba.github.io/fulibFx/
MIT License
2 stars 0 forks source link

Unregister key events via Sidecar #82

Closed github-actions[bot] closed 5 months ago

github-actions[bot] commented 6 months ago

https://github.com/fujaba/fulibFx/blob/ee641e6630da18ba33b475fda35bb5f63d241aff/framework/src/main/java/org/fulib/fx/controller/ControllerManager.java#L221


        if (!ControllerUtil.isController(instance))
            throw new IllegalArgumentException(error(1001).formatted(instance.getClass().getName()));

        getSidecar(instance).destroy(instance);

        // TODO Unregister key events via Sidecar
        cleanUpListeners(instance);

        // In development mode, check for undestroyed subscribers
github-actions[bot] commented 5 months ago

Closed in dfc427cbb81739cd56be51d2453bad6022e694f6