Uses of Interface
ca.cgjennings.apps.arkham.StrangeEons.PluginLoadingListener
-
Packages that use StrangeEons.PluginLoadingListener Package Description ca.cgjennings.apps.arkham -
-
Uses of StrangeEons.PluginLoadingListener in ca.cgjennings.apps.arkham
Methods in ca.cgjennings.apps.arkham with parameters of type StrangeEons.PluginLoadingListener Modifier and Type Method Description void
StrangeEons. addPluginLoadingListener(StrangeEons.PluginLoadingListener listener)
Adds a new listener to be notified when plug-ins are loaded or unloaded.void
StrangeEons. removePluginLoadingListener(StrangeEons.PluginLoadingListener listener)
Removes a previously added listener for plug-in load events.
-