public abstract class WrapperConsumableEvent extends WrapperEvent
Constructor and Description |
---|
WrapperConsumableEvent()
Creates a new WrapperConsumableEvent.
|
Modifier and Type | Method and Description |
---|---|
void |
consume()
Mark the event as consumed.
|
boolean |
isConsumed()
Returns true if the event has been consumed.
|
getFlags
public WrapperConsumableEvent()
public void consume()
On Windows, some events are sent both to the JVM and Wrapper processes. Even if the CTRL-C event is ignored within the JVM, the Wrapper process may still initiate a shutdown.
public boolean isConsumed()
Copyright 1999, 2024 Tanuki Software Inc., All Rights Reserved.