Uses of Class
com.example.breeze_seas.AttendingTicketUIModel
-
Uses of AttendingTicketUIModel in com.example.breeze_seas
Methods in com.example.breeze_seas that return types with arguments of type AttendingTicketUIModelModifier and TypeMethodDescriptionTicketDB.getAttendingTickets()Returns a snapshot of the current Attending tab ticket list.Methods in com.example.breeze_seas with parameters of type AttendingTicketUIModelModifier and TypeMethodDescriptionvoidAttendingTicketsAdapter.OnTicketClickListener.onTicketClick(AttendingTicketUIModel ticket) Handles a tap on an attending ticket card.Method parameters in com.example.breeze_seas with type arguments of type AttendingTicketUIModelModifier and TypeMethodDescriptionvoidAttendingTicketsAdapter.submitList(List<AttendingTicketUIModel> tickets) Replaces the current attending-ticket list contents.