Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 943 for /trunk/Java/core/Anywhere/src/org/litesoft/core/util/UnexpectedProblemHandler.java

Diff revisions: vs.
  @@ -1,6 +1,8 @@
1 1 // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
2 2 package org.litesoft.core.util;
3 3
4 + import org.litesoft.commonfoundation.issues.*;
5 +
4 6 public interface UnexpectedProblemHandler extends UnexpectedExceptionHandler
5 7 {
6 8 public void onUnexpectedProblem( String pFrom, Problem pProblem );