yarp
Class BottleCallback

java.lang.Object
  extended by yarp.BottleCallback

public class BottleCallback
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
BottleCallback()
           
BottleCallback(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
static long getCPtr(BottleCallback obj)
           
 void onRead(Bottle datum)
           
 void onRead(Bottle datum, TypedReaderBottle reader)
           
protected  void swigDirectorDisconnect()
           
 void swigReleaseOwnership()
           
 void swigTakeOwnership()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

BottleCallback

public BottleCallback(long cPtr,
                      boolean cMemoryOwn)

BottleCallback

public BottleCallback()
Method Detail

getCPtr

public static long getCPtr(BottleCallback obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

swigDirectorDisconnect

protected void swigDirectorDisconnect()

swigReleaseOwnership

public void swigReleaseOwnership()

swigTakeOwnership

public void swigTakeOwnership()

onRead

public void onRead(Bottle datum)

onRead

public void onRead(Bottle datum,
                   TypedReaderBottle reader)