net.sourceforge.mewt.iform
Interface IFormListener

All Known Implementing Classes:
MewtClient

public interface IFormListener

The listener interface for receiving IForm events. The class that is interested in processing a IForm event implements this interface, and the object created with that class is registered with a component using the component's addIFormListener method. When the IForm event occurs, that object's appropriate method is invoked.

See Also:
IFormEvent

Method Summary
 void clicked(ImageButton pl)
          Clicked.
 void selected(ImageButton popItem)
          Selected.
 

Method Detail

selected

void selected(ImageButton popItem)
Selected.

Parameters:
popItem - the pop item

clicked

void clicked(ImageButton pl)
Clicked.

Parameters:
pl - the pl