nl.hippo.client.event
Class EventAwareManagerImpl

java.lang.Object
  extended by nl.hippo.client.event.EventAwareManagerImpl
All Implemented Interfaces:
EventAwareManager

public class EventAwareManagerImpl
extends Object
implements EventAwareManager


Constructor Summary
EventAwareManagerImpl()
           
EventAwareManagerImpl(UpdateNotificationConfig config)
           
 
Method Summary
 void addListener(EventAware listener, String namespace)
           
 void notifyListeners(NamedEvent repositoryChangeEvent)
           
 void removeListener(EventAware listener, String namespace)
          Remove a listener
 List split(NamedEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventAwareManagerImpl

public EventAwareManagerImpl()

EventAwareManagerImpl

public EventAwareManagerImpl(UpdateNotificationConfig config)
Method Detail

addListener

public void addListener(EventAware listener,
                        String namespace)
Specified by:
addListener in interface EventAwareManager

removeListener

public void removeListener(EventAware listener,
                           String namespace)
Remove a listener

Specified by:
removeListener in interface EventAwareManager
Parameters:
listener - The listener to remove
connectionName - The name of the Connection the Eventlistener listens to.

notifyListeners

public void notifyListeners(NamedEvent repositoryChangeEvent)
Specified by:
notifyListeners in interface EventAwareManager

split

public List split(NamedEvent event)


Copyright © 2006-2009 Hippo. All Rights Reserved.