App
PDFeedback.java
Go to the documentation of this file.
1 package mhr.appcore.interfaces;
2 
8 public interface PDFeedback {
9 
14  public void feedback();
15 }