seSetCallbacks
syntax: |
void SEContext.seSetCallbacks(SEObject obj, SEMemberDesc mem, Object cbs); |
where: |
obj the object half of the Object,Member pair
mem the member half of the Object,Member pair
cbs an object that implements one or more of the callback interfaces
|
return: |
None
|
description: |
This routine sets the object callbacks for an object. If the variable is not an object, nothing is done. See Chapter IX for a complete discussion on dynamic objects and object callbacks.
|
see: |
|