Object for monitoring the import process progress.
Contains {@link Event} representing each step of the process:
- {@link EventType#INITIALIZING}
- {@link EventType#GATHERING}
- {@link EventType#COMPLETE}
With each of its statuses:
- {@link EventStatus#INPROGRESS}
- {@link EventStatus#COMPLETED}
- {@link EventStatus#ERROR}
@author andrenpaes
@see EventType
@see EventStatus