Uses of Interface
com.activequant.utils.events.IEventListener

Packages that use IEventListener
com.activequant.utils   
com.activequant.utils.events   
 

Uses of IEventListener in com.activequant.utils
 

Methods in com.activequant.utils with parameters of type IEventListener
 void CsvMapReader.read(IEventListener<Map<String,String>> eventListener, InputStream inputStream)
          will replace all " and ' with nothing.
 

Uses of IEventListener in com.activequant.utils.events
 

Methods in com.activequant.utils.events with parameters of type IEventListener
 void Event.addEventListener(IEventListener<T> listener)
           
 void IEventSource.addEventListener(IEventListener<T> listener)
           
 boolean Event.removeEventListener(IEventListener<T> listener)
           
 boolean IEventSource.removeEventListener(IEventListener<T> listener)
           
 



Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.