* (non-Javadoc)
* @see org.python.pydev.debug.model.IPropertyTraceListener#onSetPropertyTraceConfiguration()
*/
public void onSetPropertyTraceConfiguration() {
// Sending whether to trace python property
SetPropertyTraceCommand sendCmd = new SetPropertyTraceCommand(this);
this.postCommand(sendCmd);
}