cz.cuni.amis.utils.listener
Interface IListener<T>

Package class diagram package IListener
Type Parameters:
T -
All Superinterfaces:
EventListener
All Known Subinterfaces:
MapWithKeyListeners.IKeyCreatedListener<KEY,VALUE>

public interface IListener<T>
extends EventListener

Basic listener interface allowing the object to receive 'Events'.

Author:
Jimmy

Nested Class Summary
static class IListener.Notifier<LISTENER extends IListener>
          Convenient class for notifying about events using Listeners or ListenersMap.
 
Method Summary
 void notify(T event)
           
 

Method Detail

notify

void notify(T event)


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.