Mantis Bug Tracker Developers Guide | ||
---|---|---|
<<< Previous | Next >>> |
In this chapter, an attempt will be made to list all events used (or planned for later use) in the MantisBT event system. Each listed event will include details for the event type, when the event is called, and the expected parameters and return values for event callbacks.
Here we show an example event definition. For each event, the event identifier will be listed along with the event type in parentheses. Below that should be a concise but thorough description of how the event is called and how to use it. Following that should be a list of event parameters (if any), as well as the expected return value (if any).
EVENT_EXAMPLE (Default)
This is an example event description.
Parameters
<Type>: Description of parameter one
<Type>: Description of parameter two
Return Value
<Type>: Description of return value
<<< Previous | Home | Next >>> |
API Usage | Plugin System |