This section describes the eVe low-level API and its interfaces. If you want to perform a simple programming task, you may find it quicker to use the high-level API. However, if you want to perform more complicated tasks, or need to override system defaults, you must use the low-level API.
The classes and interfaces
in the com.evisionglobal.eve.kernel
package make up the eVe
low-level API. These interfaces give you access to all of eVe's power
and functionality.
If you want to perform a simple programming task, you may find it quicker to use the high-level API. If you want to perform more complicated tasks, or need to override system defaults, you must use the low-level API.