org.hwo.pulscounter/src/org/hwo/pulscounter/PulsCounterApplicationListe...

11 lines
277 B
Java
Raw Normal View History

2016-09-06 16:49:11 +02:00
package org.hwo.pulscounter;
public interface PulsCounterApplicationListener {
2016-09-08 18:47:31 +02:00
void interfaceClassesChanged(PulsCounterApplication pulsCounterApplication);
void interfacesChanged(PulsCounterApplication pulsCounterApplication);
2016-09-06 16:49:11 +02:00
void messageArrived(String message);
}