public class DialogCloseEvent extends DialogEvent
Modifier and Type | Field and Description |
---|---|
static EventTypeID |
ID
Common event type used when firing DialogCloseEvent instances to the SLEE.
|
Constructor and Description |
---|
DialogCloseEvent(Dialog dialog)
Construct a new close event.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
getUserInformation
public static final EventTypeID ID
public DialogCloseEvent(Dialog dialog)
dialog
- the dialogue this event corresponds to