org.scijava.platform.event
Class AppPreferencesEvent

java.lang.Object
  extended by org.scijava.AbstractContextual
      extended by org.scijava.event.SciJavaEvent
          extended by org.scijava.platform.event.ApplicationEvent
              extended by org.scijava.platform.event.AppPreferencesEvent
All Implemented Interfaces:
Contextual

public class AppPreferencesEvent
extends ApplicationEvent

An event sent when the application is asked to open its preferences window.

Author:
Curtis Rueden

Constructor Summary
AppPreferencesEvent()
           
 
Method Summary
 
Methods inherited from class org.scijava.event.SciJavaEvent
consume, isConsumed, setConsumed, toString
 
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

AppPreferencesEvent

public AppPreferencesEvent()


Copyright © 2009–2014 SciJava. All rights reserved.