1 package org_scala_tools_maven_executions; 2 3 public interface SpawnMonitor { 4 public boolean isRunning() throws Exception; 5 }