org.molgenis.omx.search
Class IndexingEventListener

java.lang.Object
  extended by org.molgenis.omx.search.IndexingEventListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>

public class IndexingEventListener
extends Object
implements org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>

Indexes not yet indexed DataSets at application startup and when a dataset is imported

Author:
erwin

Constructor Summary
IndexingEventListener(DataSetsIndexer dataSetsIndexer)
           
 
Method Summary
 void onApplicationEvent(org.springframework.context.ApplicationEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexingEventListener

public IndexingEventListener(DataSetsIndexer dataSetsIndexer)
Method Detail

onApplicationEvent

public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
Specified by:
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>


Copyright © 2013. All Rights Reserved.