class SourceBase.AddToListEvent<T> extends SourceBase.GraphEvent
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<T> |
l |
(package private) T |
obj |
sourceId, timeId
Constructor and Description |
---|
SourceBase.AddToListEvent(java.util.List<T> l,
T obj) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
trigger() |