Class SearchIndexerImpl.ListenerList
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.searchindex.SearchIndexerImpl.ListenerList
-
- Enclosing class:
- SearchIndexerImpl
public static class SearchIndexerImpl.ListenerList extends Object
A simple thread-safe list of event listeners. All methods are synchronized.
-
-
Constructor Summary
Constructors Constructor Description ListenerList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(SearchIndexer.Listener l)voidfireEvent(SearchIndexer.Event event)voidremove(SearchIndexer.Listener l)
-
-
-
Method Detail
-
add
public void add(SearchIndexer.Listener l)
-
remove
public void remove(SearchIndexer.Listener l)
-
fireEvent
public void fireEvent(SearchIndexer.Event event)
-
-