eu.xtreemos.xosd.utilities
Interface IProcessCompletionListener

All Known Implementing Classes:
Test.ThisProcessListener

public interface IProcessCompletionListener

Author:
matej

Method Summary
 void testCallFailed(java.lang.Exception exception)
           
 void testCallSucceeded(java.lang.Object retval)
           
 

Method Detail

testCallFailed

void testCallFailed(java.lang.Exception exception)

testCallSucceeded

void testCallSucceeded(java.lang.Object retval)