|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.util.diffs.MergerListener
public class MergerListener
Constructor Summary | |
---|---|
MergerListener(MergerUpdater mergerManager)
This class listens for plugin events and updates the mergerManager when a change has happened. |
Method Summary | |
---|---|
void |
handlePluginEvent(PluginEvent e)
Handle the event, will rebuild the cache. |
void |
handlePluginFrameworkStarted(PluginFrameworkStartedEvent e)
This is needed to get any bundled merger into the manager. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MergerListener(MergerUpdater mergerManager)
mergerManager
- the merger manager to useMethod Detail |
---|
@EventListener public void handlePluginEvent(PluginEvent e)
e
- PluginEvent all plugin events captured.@EventListener public void handlePluginFrameworkStarted(PluginFrameworkStartedEvent e)
e
- PluginFrameworkStartedEvent indicates that the pluginframework is up and we should update our cache.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |