LibraryLoaderDispatcher Class Reference

#include <LibraryPackage.hpp>

Inheritance diagram for LibraryLoaderDispatcher:
[legend]

Public Member Functions

 LibraryLoaderDispatcher (RexxPackageLoader l)
 
virtual ~LibraryLoaderDispatcher ()
 
virtual void run ()
 
- Public Member Functions inherited from CallbackDispatcher
 CallbackDispatcher ()
 
virtual ~CallbackDispatcher ()
 
virtual void handleError (wholenumber_t, RexxDirectory *)
 
virtual void handleError (RexxDirectory *)
 
void setContext (RexxActivity *act, RexxNativeActivation *a)
 

Protected Attributes

RexxPackageLoader loader
 
- Protected Attributes inherited from CallbackDispatcher
RexxActivityactivity
 
RexxNativeActivationactivation
 
RexxDirectoryconditionData
 

Additional Inherited Members

- Public Attributes inherited from CallbackDispatcher
wholenumber_t rc
 

Detailed Description

Definition at line 101 of file LibraryPackage.hpp.

Constructor & Destructor Documentation

◆ LibraryLoaderDispatcher()

LibraryLoaderDispatcher::LibraryLoaderDispatcher ( RexxPackageLoader  l)
inline

Definition at line 104 of file LibraryPackage.hpp.

◆ ~LibraryLoaderDispatcher()

virtual LibraryLoaderDispatcher::~LibraryLoaderDispatcher ( )
inlinevirtual

Definition at line 105 of file LibraryPackage.hpp.

Member Function Documentation

◆ run()

void LibraryLoaderDispatcher::run ( )
virtual

Process a callout to package loader function

Reimplemented from CallbackDispatcher.

Definition at line 505 of file LibraryPackage.cpp.

Member Data Documentation

◆ loader

RexxPackageLoader LibraryLoaderDispatcher::loader
protected

Definition at line 110 of file LibraryPackage.hpp.


The documentation for this class was generated from the following files: