com.carlosbcruz.pegsolitaire
Interface OnlyOneGUIListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
OnlyOneGUIAdapter, OnlyOneTranslator.StartAdapter, OnlyOneTranslator.StopAdapter

public interface OnlyOneGUIListener
extends java.util.EventListener

Represent any gui behavior

Author:
Carlos Fernando Bella Cruz - pessoal@carlosbcruz.com

Method Summary
 void start(CommandOnlyOneEvent e)
           
 void stop(CommandOnlyOneEvent e)
           
 

Method Detail

start

void start(CommandOnlyOneEvent e)

stop

void stop(CommandOnlyOneEvent e)