com.darwinsys.genericui
Interface GenericUI

All Known Implementing Classes:
GenericSwingUI

public interface GenericUI


Method Summary
 void popup(Severity sev, java.lang.String title, java.lang.String message)
          Display a popup to the user, given a Severity, a titlebar title, and a message.
 

Method Detail

popup

void popup(Severity sev,
           java.lang.String title,
           java.lang.String message)
Display a popup to the user, given a Severity, a titlebar title, and a message.

Parameters:
sev -
title -
message -


Copyright © 1996-2004 Ian F. Darwin. See license.html for usage license.