FileDocCategorySizeDatePackage
TestThreadOwner.javaAPI DocExample157Thu Nov 08 00:22:50 GMT 2001com.ora.rmibook.chapter13.bank.applications

TestThreadOwner.java

package com.ora.rmibook.chapter13.bank.applications;


public interface TestThreadOwner {
    public void testThreadFinished(TestThread testThread);
}