edu.neu.ccs.gui
Interface MalformedDataListener
- All Superinterfaces:
- AlertListener, EventListener
- All Known Implementing Classes:
- DisplayPanel
- public interface MalformedDataListener
- extends AlertListener
Interface to be implemented by a class of
graphical interface components that desire to be notified
when Fragile interface components
encounter malformed data.
- Since:
- 1.0
- Version:
- 2.2
- See Also:
Fragile
dataMalformed
public void dataMalformed(MalformedDataEvent evt)
- Notifies this component
that the given malformed data event was generated
by a
Fragile object
to which this object is listening.
- Parameters:
evt - the malformed data event to be handled