frysk.gui
Class Gui.InterruptEvent

java.lang.Object
  extended by frysk.event.SignalEvent
      extended by frysk.gui.Gui.InterruptEvent
All Implemented Interfaces:
Event
Enclosing class:
Gui

static class Gui.InterruptEvent
extends SignalEvent

If the user cntl-c interrupts, handle it cleanly


Constructor Summary
Gui.InterruptEvent()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class frysk.event.SignalEvent
getSignal, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Gui.InterruptEvent

public Gui.InterruptEvent()
Method Detail

execute

public final void execute()