org.scijava.ui.event
Class UIShownEvent

java.lang.Object
  extended by org.scijava.AbstractContextual
      extended by org.scijava.event.SciJavaEvent
          extended by org.scijava.ui.event.UIEvent
              extended by org.scijava.ui.event.UIShownEvent
All Implemented Interfaces:
Contextual

public class UIShownEvent
extends UIEvent

An event indicating a user interface was shown.

Author:
Curtis Rueden
See Also:
UIService.showUI()

Constructor Summary
UIShownEvent(UserInterface ui)
           
 
Method Summary
 
Methods inherited from class org.scijava.ui.event.UIEvent
getUI, 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

UIShownEvent

public UIShownEvent(UserInterface ui)


Copyright © 2009–2015 SciJava. All rights reserved.