com.googlecode.sarasvati.event
Class ListenerCache

java.lang.Object
  extended by com.googlecode.sarasvati.event.ListenerCache

public class ListenerCache
extends Object


Constructor Summary
ListenerCache()
           
 
Method Summary
 ExecutionListener getListener(Class<? extends ExecutionListener> listenerClass)
           
 ExecutionListener getListener(String type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerCache

public ListenerCache()
Method Detail

getListener

public ExecutionListener getListener(String type)

getListener

public ExecutionListener getListener(Class<? extends ExecutionListener> listenerClass)