Package app.ui.windows
Interface ICallBack
- All Known Implementing Classes:
CampListView,CampListViewStaff,CampListViewStudent,LoginView,OverlayCampInfoDisplayEnquiries,OverlayCampInfoDisplayEnquiriesCommittee,OverlayCampInfoDisplayEnquiriesStaff,OverlayCampSuggestionCommitteeView,OverlayCampSuggestionStaffView,WindowsManager
public interface ICallBack
Interface defining a callback mechanism for window actions.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonWindowFinished(int chose, String choseString) Called when a window action is completed.
-
Method Details
-
onWindowFinished
Called when a window action is completed.- Parameters:
chose- The choice made in the window.choseString- The string representation of the choice.
-