Top "Handlers" questions

In the Observer pattern, an event handler is the function or method called on an observer listening for an event dispatched by the subject.

Android - loop part of the code every 5 seconds

I would like to start repeating two lines of code every 5 seconds when I press the button START and end …

android loops timer timertask handlers
executing default signal handler

I have written an application where i have registered number of signal handler for different signals in linux . After process …

c linux signals handlers
Custom EventHandler vs. EventHandler<EventArgs>

Recently I've been wondering if there is any significant difference between this code: public event EventHandler<MyEventArgs> SomeEvent; …

c# events handlers
No handlers found for logger __main__

I set up logging throughout my python package using a logconfig.ini file. [loggers] keys=extracts,root [formatters] keys=simple,…

python logging handlers
call an eventhandler with arguments

Visual Studio 2008, C# 3.0. I have a method below which calls an event handler. I would like to pass the two …

c# events handlers
Reactive Spring Query Parameters

My Spring Reactive Web API should be able to filter based on query parameters but I'm struggling to get this …

spring-boot reactive handlers queryparam
The logging.handlers: How to rollover after time or maxBytes?

I do struggle with the logging a bit. I'd like to roll over the logs after certain period of time …

python logging handlers
Is it bad practice to use inline event handlers in HTML?

Is it bad to use inline JavaScript event handlers, or is that fine? On the page I plan to use …

javascript html events handlers
Tornado Restful Handler Classes

I've read around and found this answered question about a problem relating to this but what I really want to …

python rest tornado handlers
nested postDelayed / Runnable / Handler Android

I am trying to use a nested postDelayed because I need to do something after (delayed for) 5 minutes, stop it …

java android runnable handlers postdelayed