NAME

Oak::DataModule - Container for non-visual components

SYNOPSIS

my $datamodule = new Oak::DataModule(RESTORE_TOPLEVEL => "file.xml");

DESCRIPTION

This component is the container for the non-visual components, like a database connection.

METHODS

constructor

This method is overwrited to implement the onCreate event.

DESTROY

This method is overwrited to implement the onDestroy event.

BUGS

Too early to determine. :)

COPYRIGHT

Copyright (c) 2001 Daniel Ruoso <daniel@ruoso.com> All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.