com.atlassian.crowd.horde.license
Class LicenseChangedEvent

java.lang.Object
  extended by com.atlassian.crowd.horde.license.LicenseChangedEvent

@Immutable
public class LicenseChangedEvent
extends Object


Field Summary
static LicenseChangedEvent NO_APPS
           
 
Constructor Summary
LicenseChangedEvent(Set<LicenseableApplication> licensedApps)
           
 
Method Summary
 boolean equals(Object o)
           
 Set<LicenseableApplication> getLicensedApps()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_APPS

public static final LicenseChangedEvent NO_APPS
Constructor Detail

LicenseChangedEvent

public LicenseChangedEvent(Set<LicenseableApplication> licensedApps)
Method Detail

getLicensedApps

public Set<LicenseableApplication> getLicensedApps()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013 Atlassian. All Rights Reserved.