com.atlassian.crowd.event.application
Class ApplicationRemoteAddressRemovedEvent
java.lang.Object
com.atlassian.crowd.event.application.ApplicationRemoteAddressRemovedEvent
public class ApplicationRemoteAddressRemovedEvent
- extends Object
Event which occurs when a RemoteAddress is removed from an Application's list of allowed remote addresses.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationRemoteAddressRemovedEvent
public ApplicationRemoteAddressRemovedEvent(Application application,
RemoteAddress remoteAddress)
getApplication
public Application getApplication()
getRemoteAddress
public RemoteAddress getRemoteAddress()
Copyright © 2014 Atlassian. All Rights Reserved.