Package org.scijava.ui.event
Class UIShownEvent
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.event.SciJavaEvent
-
- org.scijava.ui.event.UIEvent
-
- 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
Constructors Constructor Description UIShownEvent(UserInterface ui)
-
Method Summary
-
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
-
UIShownEvent
public UIShownEvent(UserInterface ui)
-
-