class EventMachine::ProcessWatch

def process_exited

stop_watching is called automatically after this callback

Should be redefined with the user's custom callback that will be fired when the process exits.
def process_exited
end