1 /* 2 * Created on Feb 27, 2005 3 */ 4 package org.jdiagnose.remote.template; 5 6 /*** 7 * @author jamie 8 */ 9 public interface DiagnosticCallback { 10 Object invoke() throws Throwable; 11 }