Timer Class doubts
Please let me know the fundamentals of the Timer class. I cannot understand why a Timer which generates the TimerEvent.TIMER is made to listen i.e why does a timer is made to listen to its event... And why not a stage can be a listener. So confused that Timer is created and then it generates an even means it is a Broadcaster and then also listens to those events i.e.listener.
I am a bit confused about the constructor for the timer. Does it instantiates a timer when every time a timer event occurs.....
Please help me out with the concept.
Thanks
Regards