public interface PluginModelListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>>
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
pluginCreated(@NotNull Plugin<G,A,R> plugin)
Notifies about the creation of a new plugin.
|
void |
pluginDeleted(@NotNull Plugin<G,A,R> plugin)
Notifies about the deletion of a plugin.
|
void |
pluginRegistered(@NotNull Plugin<G,A,R> plugin)
Notifies about the registering of a plugin.
|
void |
pluginUnregistered(@NotNull Plugin<G,A,R> plugin)
Notifies about the unregistering of a plugin.
|
void pluginCreated(@NotNull @NotNull Plugin<G,A,R> plugin)
plugin
- the created pluginvoid pluginDeleted(@NotNull @NotNull Plugin<G,A,R> plugin)
plugin
- the deleted pluginvoid pluginRegistered(@NotNull @NotNull Plugin<G,A,R> plugin)
plugin
- the registered plugin