org.scijava.options.event
Class OptionsEvent

java.lang.Object
  extended by org.scijava.AbstractContextual
      extended by org.scijava.event.SciJavaEvent
          extended by org.scijava.options.event.OptionsEvent
All Implemented Interfaces:
Contextual

public class OptionsEvent
extends SciJavaEvent

Fired when an OptionsPlugin has changed an option.

Author:
Barry DeZonia, Curtis Rueden

Constructor Summary
OptionsEvent(OptionsPlugin options)
           
 
Method Summary
 OptionsPlugin getOptions()
           
 String toString()
           
 
Methods inherited from class org.scijava.event.SciJavaEvent
consume, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumed
 
Methods inherited from class org.scijava.AbstractContextual
context, getContext, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OptionsEvent

public OptionsEvent(OptionsPlugin options)
Method Detail

getOptions

public OptionsPlugin getOptions()

toString

public String toString()
Overrides:
toString in class SciJavaEvent


Copyright © 2009–2015 SciJava. All rights reserved.