org.gnu.gdk
Class EventClient

java.lang.Object
  extended byorg.gnu.glib.Boxed
      extended byorg.gnu.gdk.EventClient

public class EventClient
extends Boxed


Field Summary
 
Fields inherited from class org.gnu.glib.Boxed
handle
 
Constructor Summary
EventClient()
           
 
Method Summary
protected static short getDataFormat(Handle obj)
           
protected static int getMessageType(Handle obj)
           
protected static int getSendEvent(Handle obj)
           
protected static int getType(Handle obj)
          BEGINNING OF GENERATED CODE
protected static Handle getWindow(Handle obj)
           
 
Methods inherited from class org.gnu.glib.Boxed
equals, getHandle, hashCode, setHandle
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventClient

public EventClient()
Method Detail

getType

protected static final int getType(Handle obj)
BEGINNING OF GENERATED CODE


getWindow

protected static final Handle getWindow(Handle obj)

getSendEvent

protected static final int getSendEvent(Handle obj)

getMessageType

protected static final int getMessageType(Handle obj)

getDataFormat

protected static final short getDataFormat(Handle obj)