So I have a class and I instantiate a variable callback as follows:
public var callback:Function ; So far so good. Now, I want to add an event listener to this class and test whether there is
So I have a class and I instantiate a variable callback as follows:
public var callback:Function ; So far so good. Now, I want to add an event listener to this class and test whether there is