org.gnu.gtk.event
public class DialogEvent extends GtkEvent
See Also: DialogListener
Nested Class Summary | |
---|---|
static class | DialogEvent.Type |
Constructor Summary | |
---|---|
DialogEvent(Object source, EventType type)
Constructor for DialogEvent.
|
Method Summary | |
---|---|
int | getResponse()
Return the response ID for a RESPONSE event. |
boolean | isOfType(DialogEvent.Type aType) |
void | setResponse(int response)
Set the response ID for this event. |
Parameters: source type
Returns: True if the type of this event is the same as that stated.