This class represents the approve event that is part of an eDoc in Kuali. This could be triggered when a user presses the approve
button for a given document enroute or it could happen when another piece of code calls the approve method in the document
service.
ApproveDocumentEvent(String eventType, String errorPathPrefix, Document document) Constructs a ApproveDocumentEvent, allowing the eventType to be passed in so that subclasses can specify a more accurate
message.
Constructs a ApproveDocumentEvent, allowing the eventType to be passed in so that subclasses can specify a more accurate
message.
Parameters: eventType - Parameters: errorPathPrefix - Parameters: document -