py4j.examples
Class InterfaceExample

java.lang.Object
  extended by py4j.examples.InterfaceExample

public class InterfaceExample
extends Object


Constructor Summary
InterfaceExample()
           
 
Method Summary
static void main(String[] args)
           
 void test(InterfaceB b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceExample

public InterfaceExample()
Method Detail

test

public void test(InterfaceB b)

main

public static void main(String[] args)