1 /* 2 * Created on May 23, 2005, Copyright UC Regents 3 */ 4 package org.telscenter.pas.service; 5 6 import org.telscenter.pas.steps.INoteStep; 7 8 9 public interface INoteService { 10 11 public void popupNote(INoteStep note, int width, int height); 12 13 }