@Internal public static class AbstractMessageHandlingService.HandlerDisablementListener extends Object
This class is made public only because of one thing: SAL (nor any Java code without further tricks) is not able to call methods "exposed" with @EventListener (and not via regular interface => polymorphism) when whole class is not public. If we had normal interfaces for SAL notifications, we could do with a private class (as in vast majority of other cases)
Modifier and Type | Method and Description |
---|---|
void |
onPluginModuleDisabled(com.atlassian.plugin.event.events.PluginModuleDisabledEvent event) |
Copyright © 2002-2015 Atlassian. All Rights Reserved.