Package quadbase.common.util.internal
Interface IInterchange
public interface IInterchange
User can implement this interface and integrate their own applicaton with ReportDesigner
seamlessly.
-
Method Summary
Modifier and TypeMethodDescriptionvoidback()User can implement this method to define the action when back button is clickedvoidcancel()User can implement this method to define the action when cancel button is clickedvoidnext()User can implement this method to define the action when next button is clicked
-
Method Details
-
back
void back()User can implement this method to define the action when back button is clicked -
next
void next()User can implement this method to define the action when next button is clicked -
cancel
void cancel()User can implement this method to define the action when cancel button is clicked
-