} catch(IOException e) {
System.out.println("Application::SendIncrEvent - exception while writing packet "+e);
System.exit(0);
}
event.outputComplete(); // Finish the output to the event
rtpi.transmitEvent(event); // Use RTP/I to transmit the event.
}
/**
* This is called by the GUI when the user activates a formerly deactivated subcomponent.