nl.hippo.client.event
Class EventAwareManagerImpl
java.lang.Object
nl.hippo.client.event.EventAwareManagerImpl
- All Implemented Interfaces:
- EventAwareManager
public class EventAwareManagerImpl
- extends Object
- implements EventAwareManager
EventAwareManagerImpl
public EventAwareManagerImpl()
EventAwareManagerImpl
public EventAwareManagerImpl(UpdateNotificationConfig config)
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 removeconnectionName - 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.