Exemple #1
0
 public DefaultCallback(object o, System.Reflection.MethodInfo m, Net.Vpc.Upa.CallbackType callbackType, Net.Vpc.Upa.EventPhase phase, Net.Vpc.Upa.ObjectType objectType, Net.Vpc.Upa.Impl.Config.Callback.MethodArgumentsConverter converter, System.Collections.Generic.IDictionary <string, object> configuration)
 {
     this.converter     = converter;
     this.instance      = o;
     this.method        = m;
     this.objectType    = objectType;
     this.callbackType  = callbackType;
     this.configuration = configuration;
     this.phase         = phase;
 }
 public UpdateObjectEventCallback(object o, System.Reflection.MethodInfo m, Net.Vpc.Upa.CallbackType callbackType, Net.Vpc.Upa.EventPhase phase, Net.Vpc.Upa.ObjectType objectType, Net.Vpc.Upa.Impl.Config.Callback.MethodArgumentsConverter converter, System.Collections.Generic.IDictionary <string, object> configuration)  : base(o, m, callbackType, phase, objectType, converter, configuration)
 {
 }