K
Ken Kast
I have a class in which a specific event handler is passed in as a callback.
I want to be able to determine at run time for a specific instance of the
class whether or not the event handler has been defined. I can use a
private attribute as a flag, but is there any way in general to determine
the existence of a method, or at least an event handler?
Ken
I want to be able to determine at run time for a specific instance of the
class whether or not the event handler has been defined. I can use a
private attribute as a flag, but is there any way in general to determine
the existence of a method, or at least an event handler?
Ken