This class is available for the OPUS Blackboard API. The initial OPUS 2.0 release is described here
Constructors:
Internal_event( ) | |
~Internal_event( ) |
Methods:
Data Members:
Event* the_event; // Event requiring handling
Description
Certain OPUS events are caught and processed internally by Opus_env, and are not passed outside of the OAPI library. After such an event is constructed, an object of this type is thrown and caught by Opus_env.
See Also:
Internal_event::Internal_event - The Internal_event constructor.
Synopsis
Internal_event::Internal_event( Event* e) // I - pointer to an Event object
Description
The constructor stores the Event object pointer for use by the routine that catches this object.
Exceptions Thrown
Internal_event::~Internal_event - The Internal_event destructor.
Synopsis
Internal_event::~Internal_event()
Description
This method destroys the object
Exceptions Thrown
Copyright © 1997-2000 The Association of Universities for
Research in Astronomy, Inc. All Rights Reserved.
For more information, contact opushelp@stsci.edu
Last modified: 25 April 2000