|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.chart.event.EventObjectCache
public class EventObjectCache
An internal cache that provides reusable primitive (and block) rendering event objects. A local cache is created per generation sequence so issues with multithreaded access shouldn't arise.
Constructor Summary | |
---|---|
EventObjectCache()
The constructor. |
Method Summary | ||
---|---|---|
|
getEventObject(java.lang.Object oSource,
java.lang.Class<T> cType)
Creates or returns the requested event object from local cache. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventObjectCache()
Method Detail |
---|
public final <T extends ChartEvent> T getEventObject(java.lang.Object oSource, java.lang.Class<T> cType)
oSource
- cType
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |