public class IndexEvent
extends org.springframework.context.ApplicationEvent
source
Constructor and Description |
---|
IndexEvent(IndexMonitor source,
String description,
int count)
The Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Gets the event instance count.
|
String |
getDescription()
Gets the event description.
|
IndexMonitor |
getIndexMonitor()
Gets the source index monitor.
|
getSource, toString
public IndexEvent(IndexMonitor source, String description, int count)
source
- the source index monitordescription
- the event descriptioncount
- its instance countpublic IndexMonitor getIndexMonitor()
public String getDescription()
public int getCount()
Copyright © 2005–2017 Alfresco Software. All rights reserved.