Inheritance with Event handler

Does Axon support having base type event handler and making that base event handler capable of handling all subtypes of events?

Is there any of achieving inheritance like behavior in event handler without base-derived classes?