Uses of Interface
kirk.gui.closer.Finisher

Packages that use Finisher
kirk.gui.closer   
 

Uses of Finisher in kirk.gui.closer
 

Fields in kirk.gui.closer declared as Finisher
private  Finisher FinishingCloser.finisher
          The object we will call the finish() method of before closing the passed Window.
 

Constructors in kirk.gui.closer with parameters of type Finisher
FinishingCloser(boolean exit, Finisher finisher)
          Constructs a FinishingCloser with the passed Finisher and the given closing option.
FinishingCloser(Finisher finisher)
          Constructs a FinishingCloser with the passed Finisher that does not end the program after closing.