App
PDExceptionFeedback.java
Go to the documentation of this file.
1 package mhr.appcore.interfaces;
5 public interface PDExceptionFeedback {
6  public void feedback(Exception e);
7 }