JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support

org.jpedal.external
Interface CustomMessageHandler

All Known Implementing Classes:
ExampleCustomMessageHandler

public interface CustomMessageHandler

allow user to handle output messages


Method Summary
 int requestConfirm(java.lang.Object[] args)
          Allow user to add own action to all dialog messages and also bypass dialog messages
 java.lang.String requestInput(java.lang.Object[] args)
          Allow user to add own action to all dialog messages and also bypass dialog messages
 boolean showMessage(java.lang.Object message)
          Allow user to add own action to all dialog messages and also bypass dialog messages
 

Method Detail

showMessage

boolean showMessage(java.lang.Object message)
Allow user to add own action to all dialog messages and also bypass dialog messages

Parameters:
message -
Returns:
true if you still want message displayed

requestInput

java.lang.String requestInput(java.lang.Object[] args)
Allow user to add own action to all dialog messages and also bypass dialog messages

Parameters:
args -
Returns:
null if you still want input requested and used

requestConfirm

int requestConfirm(java.lang.Object[] args)
Allow user to add own action to all dialog messages and also bypass dialog messages

Parameters:
args -
Returns:
int value returnd by JOptionPane.showConfirmDialog -1 to popup JPedal menu

JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support

JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support