Package: mlreportgen.ppt
Superclasses:
Holds message triggering message event
Contains the message that triggered a message event.
creates
a message event data object that contains a PPT message, such as a
message of type messageEventDataObj
= MessageEventData(msg
)mlreportgen.ppt.ProgressMessage
.
The PPT message dispatcher attaches an object of this type to a message event when it dispatches a message. Attaching the object enables message event listeners to retrieve the dispatched message. You need to create instances of this type only if you want to create your own message dispatcher.