crystalspace.jbind.impl.csutil.event
Class csEventCommandData

java.lang.Object
  extended bycrystalspace.jbind.impl.csNativeObject
      extended bycrystalspace.jbind.impl.csutil.event.csEventCommandData
All Implemented Interfaces:
iPointer

public class csEventCommandData
extends csNativeObject

Command event data in iEvent.

Author:
Java wrapper - Quentin Anciaux, c++ version - http://crystal.sourceforge.net/docs/online/pubapi/structcsEventCommandData.php

Field Summary
 
Fields inherited from class crystalspace.jbind.impl.csNativeObject
ImplFactory, nPointer
 
Constructor Summary
csEventCommandData(iPointer nPointer)
           
 
Method Summary
 long Code()
          Command code.
 void Code(long code)
          Command code.
 iPointer info()
          Command info.
 void info(iPointer i)
           
protected  boolean isNativePointerValidSafe(long pointer)
           
protected  void nDelete(long pointer)
           
 
Methods inherited from class crystalspace.jbind.impl.csNativeObject
changePointer, equals, finalize, getPointer, getPointer, getPointerArray, hashCode, isMemoryOwner, isNativePointerValid, newNativeObject, setMemoryOwner, toString
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

csEventCommandData

public csEventCommandData(iPointer nPointer)
Method Detail

nDelete

protected void nDelete(long pointer)
Specified by:
nDelete in class csNativeObject

Code

public long Code()
Command code.

Returns:

Code

public void Code(long code)
Command code.

Parameters:
code -

isNativePointerValidSafe

protected boolean isNativePointerValidSafe(long pointer)
Specified by:
isNativePointerValidSafe in class csNativeObject

info

public iPointer info()
Command info.

Returns:

info

public void info(iPointer i)