nl.hippo.client.api.event
Interface EventAwareManager


public interface EventAwareManager


Method Summary
 void addListener(EventAware listener, String namespace)
           
 void notifyListeners(NamedEvent event)
           
 void removeListener(EventAware listener, String namespace)
           
 

Method Detail

addListener

void addListener(EventAware listener,
                 String namespace)

removeListener

void removeListener(EventAware listener,
                    String namespace)

notifyListeners

void notifyListeners(NamedEvent event)


Copyright © 2006-2009 Hippo. All Rights Reserved.