org.xulux.api.gui
Interface IXuluxToolkit


public interface IXuluxToolkit

A toolkit is a class that takes care of minor things like beeping etc. It will load the correct instance of the toolkit eg for swing or swt.

Author:
Martin van den Bemt

Method Summary
 void beep()
          Make a noise.
 void destroy()
          Destroys whatever was initialized..
 void initialize()
          Initializes whatever may be needed.
 

Method Detail

beep

void beep()
Make a noise.


initialize

void initialize()
Initializes whatever may be needed. Eg custom eventqueues for swing,etc..


destroy

void destroy()
Destroys whatever was initialized..



Copyright © 2002-2007 Martin van den Bemt. All Rights Reserved.