June 1997
Intermediate to advanced
318 pages
8h 17m
English
Interface java.beans.Visibility
This interface can be implemented by Beans that may run on systems where a graphical user interface isn’t available. The methods of this interface can be invoked to determine if a Bean requires the GUI to accomplish its task, as well as to inform the Bean as to whether the GUI is available.
public interface Visibility
{
// methods
boolean avoidingGui();
void dontUseGui();
boolean needsGui();
void okToUseGui();
}Read now
Unlock full access