Package org.scijava.platform.event
Class AppSystemSleepEvent
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.event.SciJavaEvent
-
- org.scijava.platform.event.ApplicationEvent
-
- org.scijava.platform.event.AppSleepEvent
-
- org.scijava.platform.event.AppSystemSleepEvent
-
- All Implemented Interfaces:
Contextual
public class AppSystemSleepEvent extends AppSleepEvent
An event sent when the system enters and exits power save sleep.- Author:
- Curtis Rueden
-
-
Constructor Summary
Constructors Constructor Description AppSystemSleepEvent(boolean sleep)
-
Method Summary
-
Methods inherited from class org.scijava.platform.event.AppSleepEvent
isSleeping, isWaking, toString
-
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
-
-