blob: 71758ef1bd2438a1ef7945ea772ea738a3a9af68 [file] [log] [blame]
package org.eclipse.osbp.ui.api.statemachine;
public interface IBeeper {
void beep(Integer duration, Integer frequency);
}