AddListener() public method

public AddListener ( BaseInvokableCall call ) : void
call BaseInvokableCall
return void
Example #1
0
 protected void AddListener(object targetObj, MethodInfo method)
 {
     m_Calls.AddListener(GetDelegate(targetObj, method));
 }