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 Type
    Method
    Description
    void
    onWindowFinished(int chose, String choseString)
    Called when a window action is completed.
  • Method Details

    • onWindowFinished

      void onWindowFinished(int chose, String choseString)
      Called when a window action is completed.
      Parameters:
      chose - The choice made in the window.
      choseString - The string representation of the choice.