blob: b8fd379dfccc229a4a5159de2ac35ffb79632a03 [file] [log] [blame]
package org.eclipse.osbp.ui.api.pos;
import java.util.List;
public interface ISignatureEvent {
int getButtonId();
List<PenData> getPenData();
Exception getException();
}