NAME
Net::SIP::Dispatcher::AnyEvent::Timer - A timer object for Net::SIP::Dispatcher::AnyEvent
VERSION
version 0.002
DESCRIPTION
The timer object Net::SIP::Dispatcher::AnyEvent creates when asked for a new timer.
INTERNAL ATTRIBUTES
These attributes have no accessors, they are saved as internal keys.
timer
The actual timer object
METHODS
new($name, $when, $repeat, $cb_data)
A constructor creating the new timer. You set when to start, the callback and how often to repeat.
cancel
Cancel the timer.
AUTHOR
Sawyer X <xsawyerx@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Sawyer X.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.