public static class PackageListeners.Listener.Ctx extends Object
Constructor and Description |
---|
Ctx() |
Modifier and Type | Method and Description |
---|---|
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. |
public void runLater(String name, Runnable runnable)
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 nameCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.