The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Eve::Event::ExternalProfileAdd - a new external profile is added.

SYNOPSIS

    use Eve::Event::ExternalProfileAdd;

    Eve::Event::ExternalProfileAdd->new(
        external_profile => $external_profile,
        event_map => $event_map);

DESCRIPTION

Eve::Event::ExternalProfileAdd is an event assumed to signal about a previously unknown external signup profile added to the database.

Attributes

external_profile_entry

an external profile object (Eve::Item::ExternalProfileEntry)

Constructor arguments

external_profile_entry

an external profile object (Eve::Item::ExternalProfileEntry)

event_map

an event map object (Eve::EventMap).

METHODS

init()

SEE ALSO

Eve::Event
Eve::EventMap
Eve::Item:ExternalProfile

LICENSE AND COPYRIGHT

Copyright 2012 Igor Zinovyev.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

AUTHOR

Igor Zinovyev