com.atlassian.studio.haup.api.event
Class AccessRevokedEvent

java.lang.Object
  extended by com.atlassian.studio.haup.api.event.AccessRevokedEvent
All Implemented Interfaces:
HaupEvent

public class AccessRevokedEvent
extends Object
implements HaupEvent

Event which is fired when a user's application license has been revoked.


Constructor Summary
AccessRevokedEvent(String username, SupportedApplication application)
           
 
Method Summary
 SupportedApplication getApplication()
          Gets the application for which the user has been revoked a license.
 String getUsername()
          Gets username whom has been revoked a license.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessRevokedEvent

public AccessRevokedEvent(String username,
                          SupportedApplication application)
Method Detail

getUsername

public String getUsername()
Gets username whom has been revoked a license.

Returns:
username, never null

getApplication

public SupportedApplication getApplication()
Gets the application for which the user has been revoked a license.

Returns:
application, never null


Copyright © 2002-2012 Atlassian. All Rights Reserved.