com.atlassian.crowd.event.application
Class ApplicationRemoteAddressRemovedEvent

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

public class ApplicationRemoteAddressRemovedEvent
extends java.lang.Object

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


Constructor Summary
ApplicationRemoteAddressRemovedEvent(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

ApplicationRemoteAddressRemovedEvent

public ApplicationRemoteAddressRemovedEvent(Application application,
                                            RemoteAddress remoteAddress)
Method Detail

getApplication

public Application getApplication()

getRemoteAddress

public RemoteAddress getRemoteAddress()


Copyright © 2011 Atlassian. All Rights Reserved.