org.stjs.javascript.functions
Interface Callback4<P1,P2,P3,P4>


public interface Callback4<P1,P2,P3,P4>


Method Summary
 void $invoke(P1 p1, P2 p2, P3 p3, P4 p4)
           
 

Method Detail

$invoke

void $invoke(P1 p1,
             P2 p2,
             P3 p3,
             P4 p4)


Copyright © 2012. All Rights Reserved.