~/ learn/ comp-308/ cards/ Inner classes & control frameworks
1 of 6

Type the Controller event loop (polymorphic dispatch)

Type the Controller event loop (polymorphic dispatch)

Answer

for (Event e : new ArrayList<Event>(eventList)) if (e.ready()) { e.action(); eventList.remove(e); }

The framework never names a concrete event. e.action() dispatches polymorphically to the inner class's override; the copied list lets action() safely modify eventList.

space flip · ← → navigate · esc to exit
NORMAL ~/memra/library/4921f4ce-0cf6-45be-82ed-9433d4ccdf22/flashcard utf-8 LF