Class SearchIndexer.Event
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.modules.searchIndexer.SearchIndexer.Event
-
- Enclosing interface:
- SearchIndexer
public static class SearchIndexer.Event extends Object
An immutable event object. The event type describes just what happened. The status object describes what the indexer is doing now.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSearchIndexer.Event.Type
-
Constructor Summary
Constructors Constructor Description Event(SearchIndexer.Event.Type type, SearchIndexerStatus status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchIndexerStatusgetStatus()SearchIndexer.Event.TypegetType()StringtoString()
-
-
-
Constructor Detail
-
Event
public Event(SearchIndexer.Event.Type type, SearchIndexerStatus status)
-
-
Method Detail
-
getType
public SearchIndexer.Event.Type getType()
-
getStatus
public SearchIndexerStatus getStatus()
-
-