class SourceBase.RemoveFromListEvent<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.RemoveFromListEvent(java.util.List<T> l,
T obj) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
trigger() |