how many handlers

When should I have multiple handlers or should I just have one for all ScreenEvents or a new handler for each event type (left_click, right click etc)
also it seems that left doubble click just wants to preform left click twice instead of a different action is that normal or did I do something wrong?