com.partnersoft.v3x.gadgets
Interface SpecificationListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
BasicDeck, Birdseye, Hideaway, LockingWaitForSpecificationButton, MapViewControlButton, SelectedToggle, SingleActionSpecificationListener, SpecificationPrinter, SpecificationViewer, WaitForSpecificationButton

public interface SpecificationListener
extends java.util.EventListener

A listener that hears SpecificationEvents.


Method Summary
 void itemSpecified(SpecificationEvent evt)
           
 

Method Detail

itemSpecified

void itemSpecified(SpecificationEvent evt)