Class AbstractEventConflater
java.lang.Object
org.eclipse.nebula.widgets.nattable.conflation.AbstractEventConflater
- All Implemented Interfaces:
IEventConflater
- Direct Known Subclasses:
VisualChangeEventConflater
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEvent(ILayerEvent event) voidabstract RunnableintgetCount()
-
Field Details
-
queue
-
-
Constructor Details
-
AbstractEventConflater
public AbstractEventConflater()
-
-
Method Details
-
addEvent
- Specified by:
addEventin interfaceIEventConflater
-
clearQueue
public void clearQueue()- Specified by:
clearQueuein interfaceIEventConflater
-
getCount
public int getCount()- Specified by:
getCountin interfaceIEventConflater- Returns:
- Number of events currently waiting to be handled
-
getConflaterTask
- Specified by:
getConflaterTaskin interfaceIEventConflater
-