нет ли где расписания речей товарища Обамы
А то он как Уго Чавес: как начнёт выступать, так нефть дорожает а акции дешевеют. Хотелось бы знать прикуп.
eventHappened() call an event methods, something like event.hello(this);, and different kind of events will call the listener's process() with the right event type; actually, there's not even a need for having a separate eventHappened() and process(); the ubiquitous "event dispatcher" can just call event's hello() passing the listener. That would be it, no? Am I wrong? Is not it how Erlang does it?