HPS.ImportStatusEvent

class HPS.ImportStatusEvent : public HPS.Event

The ImportStatusEvent class is the event that can be used by importers to let the user know what they are currently working on

Public Functions

override HPS.Event Clone ()

Allocates and returns a copy of this ImportStatusEvent.

Return

A copy of this ImportStatusEvent.

ImportStatusEvent ()

The default constructor creates a ImportStatusEvent.

ImportStatusEvent (HPS.Event in_event)

This constructor converts an EventObject to an ImportStatusEvent object.

Param in_event

The EventObject to be converted.