public class IndexEvent
extends org.springframework.context.ApplicationEvent
| Constructor and Description |
|---|
IndexEvent(IndexMonitor source,
java.lang.String description,
int count)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Gets the event instance count.
|
java.lang.String |
getDescription()
Gets the event description.
|
IndexMonitor |
getIndexMonitor()
Gets the source index monitor.
|
public IndexEvent(IndexMonitor source, java.lang.String description, int count)
source - the source index monitordescription - the event descriptioncount - its instance countpublic IndexMonitor getIndexMonitor()
public java.lang.String getDescription()
public int getCount()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.