com.atlassian.crowd.horde.license.listeners
Class GroupPopulationListener

java.lang.Object
  extended by com.atlassian.crowd.horde.license.listeners.GroupPopulationListener
All Implemented Interfaces:
LicenseChangeListener

public class GroupPopulationListener
extends Object
implements LicenseChangeListener


Constructor Summary
GroupPopulationListener(CrowdClientFactory restCrowdClientFactory, ExecutorService executor)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupPopulationListener

public GroupPopulationListener(CrowdClientFactory restCrowdClientFactory,
                               ExecutorService executor)
Method Detail

onUpdate

public void onUpdate(LicenseChangedEvent event)
Description copied from interface: LicenseChangeListener
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.

Specified by:
onUpdate in interface LicenseChangeListener
Parameters:
event - An event representing the applications that are now active.


Copyright © 2013 Atlassian. All Rights Reserved.