EspressChart
v 5.5

quadbase.common.util.internal
Interface IInterchange


public interface IInterchange

User can implement this interface and integrate their own applicaton with ReportDesigner seamlessly.


Method Summary
 void back()
          User can implement this method to define the action when back button is clicked
 void cancel()
          User can implement this method to define the action when cancel button is clicked
 void next()
          User can implement this method to define the action when next button is clicked
 

Method Detail

back

public void back()
User can implement this method to define the action when back button is clicked

next

public void next()
User can implement this method to define the action when next button is clicked

cancel

public void cancel()
User can implement this method to define the action when cancel button is clicked

EspressChart
v 5.5