org.scijava.platform.event
Class AppAboutEvent

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.AppAboutEvent
All Implemented Interfaces:
Contextual

public class AppAboutEvent
extends ApplicationEvent

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

Author:
Curtis Rueden

Constructor Summary
AppAboutEvent()
           
 
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

AppAboutEvent

public AppAboutEvent()


Copyright © 2009–2014 SciJava. All rights reserved.