CallBackery
view release on metacpan or search on metacpan
lib/CallBackery/GuiPlugin/Abstract.pm view on Meta::CPAN
a list of files to be removed when 'unConfiguring' a device
=cut
has unConfigureFiles => sub {
[];
};
=head2 eventActions
A map of callbacks that will be called according to events in the
system. The following events are available:
configChanged
=cut
has eventActions => sub {
{};
};
( run in 1.259 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )