public static class WinEventHook.WinEventFlag
extends com.jniwrapper.util.FlagSet
WinEventFlag
class specifies whether hook function contained in a DLL or not and events to skipConstructor and Description |
---|
WinEventFlag() |
WinEventFlag(long flags) |
Modifier and Type | Method and Description |
---|---|
boolean |
getInContext() |
boolean |
getOutOfContext() |
boolean |
getSkipOwnProcess() |
boolean |
getSkipOwnThread() |
void |
setInContext(boolean value) |
void |
setOutOfContext(boolean value) |
void |
setskipOwnProcess(boolean value) |
void |
setSkipOwnThread(boolean value) |
public void setInContext(boolean value)
public boolean getInContext()
public void setOutOfContext(boolean value)
public boolean getOutOfContext()
public void setskipOwnProcess(boolean value)
public boolean getSkipOwnProcess()
public void setSkipOwnThread(boolean value)
public boolean getSkipOwnThread()