public class PSPlanDatabaseListener
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
PSPlanDatabaseListener() |
protected |
PSPlanDatabaseListener(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(PSPlanDatabaseListener obj) |
void |
notifyActivated(PSToken token) |
void |
notifyAdded(PSObject obj) |
void |
notifyAdded(PSObject object,
PSToken token) |
void |
notifyDeactivated(PSToken token) |
void |
notifyMerged(PSToken token) |
void |
notifyRejected(PSToken token) |
void |
notifyRemoved(PSObject object) |
void |
notifyRemoved(PSObject object,
PSToken token) |
void |
notifySplit(PSToken token) |
protected void |
swigDirectorDisconnect() |
void |
swigReleaseOwnership() |
void |
swigTakeOwnership() |
protected PSPlanDatabaseListener(long cPtr, boolean cMemoryOwn)
public PSPlanDatabaseListener()
public static long getCPtr(PSPlanDatabaseListener obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
protected void swigDirectorDisconnect()
public void swigReleaseOwnership()
public void swigTakeOwnership()
public void notifyAdded(PSObject obj)
public void notifyRemoved(PSObject object)
public void notifyActivated(PSToken token)
public void notifyDeactivated(PSToken token)
public void notifyMerged(PSToken token)
public void notifySplit(PSToken token)
public void notifyRejected(PSToken token)