com.atlassian.crowd.horde.license
Interface LicenseChangeListener

All Known Implementing Classes:
GroupPopulationListener, OnDemandWebhooksMaintainerListener

public interface LicenseChangeListener


Method Summary
 void onUpdate(LicenseChangedEvent event)
          This function will be called once when it is registered to a license monitor and then it will be called on every subsequent update to the license from there.
 

Method Detail

onUpdate

void onUpdate(LicenseChangedEvent event)
This function will be called once when it is registered to a license monitor and then it will be called on every subsequent update to the license from there.

Parameters:
event - An event representing the applications that are now active.


Copyright © 2013 Atlassian. All Rights Reserved.