public abstract class ListEvent<T> extends SciJavaEvent
Constructor and Description |
---|
ListEvent(Collection<? extends T> c) |
ListEvent(T o) |
Modifier and Type | Method and Description |
---|---|
List<T> |
getItems()
Gets the list of affected items.
|
String |
toString() |
consume, dumpStack, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumed
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setContext
public ListEvent(T o)
public ListEvent(Collection<? extends T> c)
public String toString()
toString
in class SciJavaEvent
Copyright © 2015–2022 SciJava. All rights reserved.