com.atlassian.crowd.event.listener
Class ApplicationRemoteAddressListener

java.lang.Object
  extended by com.atlassian.crowd.event.listener.ApplicationRemoteAddressListener

public class ApplicationRemoteAddressListener
extends java.lang.Object

Listens to events affecting the Application's list of permitted remote addresses.


Constructor Summary
ApplicationRemoteAddressListener()
           
 
Method Summary
 void handleEvent(ApplicationRemoteAddressAddedEvent event)
           
 void handleEvent(ApplicationRemoteAddressRemovedEvent event)
           
 void setRemoteAddressCacheUtil(RemoteAddressCacheUtil cacheUtil)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationRemoteAddressListener

public ApplicationRemoteAddressListener()
Method Detail

handleEvent

@EventListener
public void handleEvent(ApplicationRemoteAddressAddedEvent event)

handleEvent

@EventListener
public void handleEvent(ApplicationRemoteAddressRemovedEvent event)

setRemoteAddressCacheUtil

public void setRemoteAddressCacheUtil(RemoteAddressCacheUtil cacheUtil)


Copyright © 2010 Atlassian. All Rights Reserved.