java-org.hwo/src/org/hwo/thread/ThreadedOperationUpdateList...

7 lines
202 B
Java

package org.hwo.thread;
public interface ThreadedOperationUpdateListener {
public void threadedOperationUpdate(ThreadedOperationUpdateArgs args);
public void threadedOperationFinished(int result);
}