Ejemplo n.º 1
0
 public CallableAnonymousInnerClass(DelegateFormHandler outerInstance, Callable <T> callable)
 {
     this.outerInstance = outerInstance;
     this.callable      = callable;
 }
Ejemplo n.º 2
0
 public CallableAnonymousInnerClass2(DelegateFormHandler outerInstance, VariableMap properties, VariableScope variableScope)
 {
     this.outerInstance = outerInstance;
     this.properties    = properties;
     this.variableScope = variableScope;
 }