com.atlassian.crowd.event.application
Class ApplicationRemoteAddressAddedEvent

java.lang.Object
  extended by com.atlassian.crowd.event.application.ApplicationRemoteAddressAddedEvent

public class ApplicationRemoteAddressAddedEvent
extends Object

Event which occurs when a RemoteAddress is added to an Application's list of allowed remote addresses.


Constructor Summary
ApplicationRemoteAddressAddedEvent(Application application, RemoteAddress remoteAddress)
           
 
Method Summary
 Application getApplication()
           
 RemoteAddress getRemoteAddress()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationRemoteAddressAddedEvent

public ApplicationRemoteAddressAddedEvent(Application application,
                                          RemoteAddress remoteAddress)
Method Detail

getApplication

public Application getApplication()

getRemoteAddress

public RemoteAddress getRemoteAddress()


Copyright © 2013 Atlassian. All Rights Reserved.