Uses of Interface
org.pentaho.platform.api.engine.IPentahoSystemExitPoint
-
Packages that use IPentahoSystemExitPoint Package Description org.pentaho.platform.api.engine -
-
Uses of IPentahoSystemExitPoint in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine with parameters of type IPentahoSystemExitPoint Modifier and Type Method Description void
IApplicationContext. addExitPointHandler(IPentahoSystemExitPoint exitPoint)
Adds an exit point handler.void
IApplicationContext. removeExitPointHandler(IPentahoSystemExitPoint exitPoint)
Removes an exit point handler.
-