public class PSConstraintEngineListener
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PSConstraintEngineListener.PSChangeType |
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
PSConstraintEngineListener() |
protected |
PSConstraintEngineListener(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(PSConstraintEngineListener obj) |
void |
notifyChanged(PSVariable variable,
PSConstraintEngineListener.PSChangeType changeType) |
void |
notifyViolationAdded(PSConstraint constraint) |
void |
notifyViolationRemoved(PSConstraint constraint) |
protected void |
swigDirectorDisconnect() |
void |
swigReleaseOwnership() |
void |
swigTakeOwnership() |
protected PSConstraintEngineListener(long cPtr, boolean cMemoryOwn)
public PSConstraintEngineListener()
public static long getCPtr(PSConstraintEngineListener obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
protected void swigDirectorDisconnect()
public void swigReleaseOwnership()
public void swigTakeOwnership()
public void notifyViolationAdded(PSConstraint constraint)
public void notifyViolationRemoved(PSConstraint constraint)
public void notifyChanged(PSVariable variable, PSConstraintEngineListener.PSChangeType changeType)