Browse Source
* commit '2327914ea15bbca4b6fdb36e468776edb8159f3e': 无JIRA任务 删除过时的接口 REPORT-11623 IOFile移动到报表中final/10.0
richie
6 years ago
3 changed files with 0 additions and 37 deletions
@ -1,19 +0,0 @@ |
|||||||
package com.fr.design.fun; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author richie |
|
||||||
* @date 2015-03-31 |
|
||||||
* @since 8.0 |
|
||||||
*/ |
|
||||||
public interface Feedback { |
|
||||||
String MARK_STRING = "FineReport_Feedback"; |
|
||||||
|
|
||||||
void didFeedback(); |
|
||||||
|
|
||||||
Feedback EMPTY = new Feedback() { |
|
||||||
@Override |
|
||||||
public void didFeedback() { |
|
||||||
|
|
||||||
} |
|
||||||
}; |
|
||||||
} |
|
Loading…
Reference in new issue