palmed.ui
Interface IInputListener


public interface IInputListener

This interface defines callbacks for the input dialog.

Version:
$Revision$ $Date$
Author:
Mathieu Champlon

Method Summary
 void cancel()
          The user canceled the operation.
 void enter(java.lang.String value)
          The user entered a value.
 

Method Detail

enter

void enter(java.lang.String value)
The user entered a value.

Parameters:
value - the entered value

cancel

void cancel()
The user canceled the operation.



Copyright © 2004-2006 PalmEd. All Rights Reserved.