org.ocd.alert
Interface IWorkInProgressAlert


public interface IWorkInProgressAlert


Method Summary
 void dispose()
          Dispose of the Alert
 void setMessage(java.lang.String pMessage)
          Update the Message of the Alert
 void setTitle(java.lang.String pTitle)
          Update the Title of the Alert
 

Method Detail

setTitle

public void setTitle(java.lang.String pTitle)
Update the Title of the Alert
Parameters:
pTitle -  

setMessage

public void setMessage(java.lang.String pMessage)
Update the Message of the Alert
Parameters:
pMessage -  

dispose

public void dispose()
Dispose of the Alert