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