public interface IInterchange
Modifier and Type | Method and Description |
---|---|
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
|
void back()
void next()
void cancel()