All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.snapscript.studio.agent.event.ProcessEventAdapter Maven / Gradle / Ivy

There is a newer version: 1.4.6
Show newest version
package org.snapscript.studio.agent.event;

public class ProcessEventAdapter implements ProcessEventListener {
   public void onExit(ProcessEventChannel channel, ExitEvent event) throws Exception {}
   public void onExecute(ProcessEventChannel channel, ExecuteEvent event) throws Exception {}
   public void onWriteError(ProcessEventChannel channel, WriteErrorEvent event) throws Exception {}
   public void onWriteOutput(ProcessEventChannel channel, WriteOutputEvent event) throws Exception {}
   public void onRegister(ProcessEventChannel channel, RegisterEvent event) throws Exception {}
   public void onScriptError(ProcessEventChannel channel, ScriptErrorEvent event) throws Exception {}
   public void onScope(ProcessEventChannel channel, ScopeEvent event) throws Exception {}
   public void onBreakpoints(ProcessEventChannel channel, BreakpointsEvent event) throws Exception {}
   public void onBegin(ProcessEventChannel channel, BeginEvent event) throws Exception {}
   public void onStep(ProcessEventChannel channel, StepEvent event) throws Exception {}
   public void onBrowse(ProcessEventChannel channel, BrowseEvent event) throws Exception {}
   public void onProfile(ProcessEventChannel channel, ProfileEvent event) throws Exception {}
   public void onEvaluate(ProcessEventChannel channel, EvaluateEvent event) throws Exception {}
   public void onFault(ProcessEventChannel channel, FaultEvent event) throws Exception {}
   public void onPing(ProcessEventChannel channel, PingEvent event) throws Exception {}
   public void onPong(ProcessEventChannel channel, PongEvent event) throws Exception {}
   public void onClose(ProcessEventChannel channel) throws Exception {}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy