Top "Event-listener" questions

An abstract object that is triggered when a particular event occurs in the application or system.

Laravel 5 - Confusion between Event Handlers and Listeners

I'm a bit confused about the different between Events and Listeners. I understood how you can create your events under …

laravel event-handling laravel-5 event-listener
What is the difference between an ActionListener and an EventListener in Java?

What is the difference between an ActionListener and an EventListener, especially in the context of Java GUI development?

java user-interface actionlistener event-listener
How to add event listener via Fluent NHibernate?

I want to add an event listener (IPreUpdateEventListener) to add NHibernate but I can't seem to find an example when …

c# .net nhibernate fluent-nhibernate event-listener
Simple way to test Spring onApplicationEvent

I have an application event listener which contains the function: @Override public void onApplicationEvent(ContextRefreshedEvent event) { //do some stuff } How …

java spring unit-testing junit event-listener