net.sf.josceleton.core.api.async
Interface AsyncFor<K,L extends Listener>

All Known Subinterfaces:
MotionSeparator

public interface AsyncFor<K,L extends Listener>

Since:
0.4

Method Summary
 void addListenerFor(K key, L listener)
           
 void removeListenerFor(K key, L listener)
           
 

Method Detail

addListenerFor

void addListenerFor(K key,
                    L listener)
Since:
0.4

removeListenerFor

void removeListenerFor(K key,
                       L listener)
Since:
0.4


Copyright © 2011 Josceleton. All Rights Reserved.