org.curjent.test.agent
Interface ListenerTest.ListenerTestAgent

All Superinterfaces:
TestAgent
Enclosing class:
ListenerTest

static interface ListenerTest.ListenerTestAgent
extends TestAgent


Method Summary
 void m1()
           
 double m2(double n)
           
 long m3(long n)
           
 

Method Detail

m1

void m1()

m2

double m2(double n)

m3

long m3(long n)


Copyright 2009-2011 Tom Landon
Apache License 2.0