org.scijava.platform.event
Class AppFocusEvent
java.lang.Object
org.scijava.AbstractContextual
org.scijava.event.SciJavaEvent
org.scijava.platform.event.ApplicationEvent
org.scijava.platform.event.AppFocusEvent
- All Implemented Interfaces:
- Contextual
public class AppFocusEvent
- extends ApplicationEvent
An event sent when the application has become the foreground app, or when it
has resigned being the foreground app.
- Author:
- Curtis Rueden
AppFocusEvent
public AppFocusEvent(boolean focus)
isForeground
public boolean isForeground()
isBackground
public boolean isBackground()
toString
public String toString()
- Overrides:
toString
in class SciJavaEvent
Copyright © 2009–2014 SciJava. All rights reserved.