com.jniwrapper.win32.system
Class WinEventHook.WinEventFlag

java.lang.Object
  extended by com.jniwrapper.util.FlagSet
      extended by com.jniwrapper.win32.system.WinEventHook.WinEventFlag
Enclosing class:
WinEventHook

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 skip


Constructor Summary
WinEventHook.WinEventFlag()
           
WinEventHook.WinEventFlag(long flags)
           
 
Method Summary
 boolean getInContext()
           
 boolean getOutOfContext()
           
 boolean getSkipOwnProcess()
           
 boolean getSkipOwnThread()
           
 void setInContext(boolean value)
           
 void setOutOfContext(boolean value)
           
 void setskipOwnProcess(boolean value)
           
 void setSkipOwnThread(boolean value)
           
 
Methods inherited from class com.jniwrapper.util.FlagSet
add, and, clear, contains, getBit, getBits, getFlags, getMask, or, remove, setBit, setBits, setupFlag, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WinEventHook.WinEventFlag

public WinEventHook.WinEventFlag()

WinEventHook.WinEventFlag

public WinEventHook.WinEventFlag(long flags)
Method Detail

setInContext

public void setInContext(boolean value)

getInContext

public boolean getInContext()

setOutOfContext

public void setOutOfContext(boolean value)

getOutOfContext

public boolean getOutOfContext()

setskipOwnProcess

public void setskipOwnProcess(boolean value)

getSkipOwnProcess

public boolean getSkipOwnProcess()

setSkipOwnThread

public void setSkipOwnThread(boolean value)

getSkipOwnThread

public boolean getSkipOwnThread()