use of org.openlcb.ProducerConsumerEventReportMessage in project JMRI by JMRI.
the class OpenLcbCanSendPane method sendEventPerformed.
public void sendEventPerformed(java.awt.event.ActionEvent e) {
Message m = new ProducerConsumerEventReportMessage(srcNodeID, eventID());
connection.put(m, null);
}
Aggregations