Class PackageListeners.Listener.Ctx

    • Constructor Detail

      • Ctx

        public Ctx()
    • Method Detail

      • runLater

        public void runLater​(String name,
                             Runnable runnable)
        If there are multiple packages to be updated and there are multiple listeners, This is executed after all of the PackageListeners.Listener.changed(PackageLoader.Package, Ctx) calls are invoked. The name is a unique identifier that can be used by consumers to avoid duplicate If no deduplication is required, use null as the name