帆软报表设计器源代码。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 lines
359 B

/*
* Copyright(c) 2001-2011, FineReport Inc, All Rights Reserved.
*/
package com.fr.design.data.datapane.preview;
import java.util.EventListener;
/**
* Created by IntelliJ IDEA.
* User : Richer
* Version: 6.5.5
* Date : 11-7-7
* Time : 下午5:32
*/
public interface LoadedEventListener extends EventListener {
public void fireLoaded();
}