| Previous | Next | |
STF.unregisterCallBack(commandName:String, target:String) : VoidcommandName - The name of the Mac mProjector command.
target - Object used as this in the callback function.
Nothing.
Method; Removes the callback method assigned to an STF command and target. See STF.registerCallBack() for more information.
This example removes the callback method associated with the "this" object.
STF.unregisterCallBack("getUserGUID", this);| Questions or Feedback? | Previous | Next |