Package org.scijava.options.event
Class OptionsEvent
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.event.SciJavaEvent
-
- org.scijava.options.event.OptionsEvent
-
- All Implemented Interfaces:
Contextual
public class OptionsEvent extends SciJavaEvent
Fired when anOptionsPluginhas changed an option.- Author:
- Barry DeZonia, Curtis Rueden
-
-
Constructor Summary
Constructors Constructor Description OptionsEvent(OptionsPlugin options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OptionsPlugingetOptions()StringtoString()-
Methods inherited from class org.scijava.event.SciJavaEvent
consume, dumpStack, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumed
-
Methods inherited from class org.scijava.AbstractContextual
context, getContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.scijava.Contextual
setContext
-
-
-
-
Constructor Detail
-
OptionsEvent
public OptionsEvent(OptionsPlugin options)
-
-
Method Detail
-
getOptions
public OptionsPlugin getOptions()
-
toString
public String toString()
- Overrides:
toStringin classSciJavaEvent
-
-