Package com.pixelmed.display.event
Class ApplyShutterChangeEvent
- java.lang.Object
-
- com.pixelmed.event.Event
-
- com.pixelmed.display.event.ApplyShutterChangeEvent
-
public class ApplyShutterChangeEvent extends Event
-
-
Constructor Summary
Constructors Constructor Description ApplyShutterChangeEvent(EventContext eventContext, boolean shutter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
applyShutter()
-
Methods inherited from class com.pixelmed.event.Event
getEventContext
-
-
-
-
Constructor Detail
-
ApplyShutterChangeEvent
public ApplyShutterChangeEvent(EventContext eventContext, boolean shutter)
- Parameters:
eventContext
-shutter
-
-
-