
com.satori.composer.runtime.IPulseObject Maven / Gradle / Ivy
package com.satori.composer.runtime;
public interface IPulseObject {
void onPulse(long timestamp);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.satori.composer.runtime;
public interface IPulseObject {
void onPulse(long timestamp);
}