Specific How-tos

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (4)

View Page History
{children:excerpt=true}

h1. How to implement and add ean extended service to EasyVIPER?

As EasyVIPER is an extensible engine, it is possible to add specific services, thanks to the {{com.ebmwebsourcing.easyviper.core.api.engine.thread.service.Service}} interface.
protected void executeOnInactive() throws CoreException {
// Some specific stuff

}

protected void executeOnStarted() throws CoreException {
// Some specific stuff

}

protected void executeOnEnded() throws CoreException {
// Some specific stuff

}
}