ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/AnyEvent-Porttracker/Porttracker.pm
(Generate patch)

Comparing cvsroot/AnyEvent-Porttracker/Porttracker.pm (file contents):
Revision 1.9 by root, Tue Nov 16 01:54:15 2010 UTC vs.
Revision 1.10 by root, Tue Nov 16 02:07:31 2010 UTC

463 call $self, "on_${event}_event", @args; 463 call $self, "on_${event}_event", @args;
464} 464}
465 465
466=back 466=back
467 467
468=head2 EVENTS 468=head1 EVENTS
469 469
470AnyEvent::Porttracker conenctions are fully event-driven, and naturally 470AnyEvent::Porttracker conenctions are fully event-driven, and naturally
471there are a number of events that can occur. All these events have a name 471there are a number of events that can occur. All these events have a name
472starting with C<on_> (example: C<on_login_failure>). 472starting with C<on_> (example: C<on_login_failure>).
473 473

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines