com.guiseframework.event
Interface EditListenable

All Known Subinterfaces:
EditComponent
All Known Implementing Classes:
AbstractEditComponentTextControl, AbstractEditValueControl, AbstractEditValuePanel, AbstractTextControl, CheckControl, EditComponentLabelControl, EditComponentTextControl, ResourceImportControl, SliderControl, Table, TextControl

public interface EditListenable

An object that allows the registration of edit listeners.

Author:
Garret Wilson

Method Summary
 void addEditListener(EditListener editListener)
          Adds an edit listener.
 void removeEditListener(EditListener editListener)
          Removes an edit listener.
 

Method Detail

addEditListener

void addEditListener(EditListener editListener)
Adds an edit listener.

Parameters:
editListener - The edit listener to add.

removeEditListener

void removeEditListener(EditListener editListener)
Removes an edit listener.

Parameters:
editListener - The edit listener to remove.


Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.