|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectEventHandler
de.tif.jacob.screen.event.GuiEventHandler
public abstract class GuiEventHandler
Abstract base event handler class for all GUI event handlers.
| Field Summary | |
|---|---|
static java.lang.String |
RCS_ID
The internal revision control system id. |
static java.lang.String |
RCS_REV
The internal revision control system id in short form. |
| Constructor Summary | |
|---|---|
GuiEventHandler()
|
|
| Method Summary | |
|---|---|
void |
alert(Message message)
Shows the given alert message to the user. |
void |
alert(java.lang.String message)
Shows the given alert message to the user. |
void |
alert(java.lang.String message,
java.lang.Throwable reason)
Shows the given alert message to the user. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final transient java.lang.String RCS_ID
public static final transient java.lang.String RCS_REV
| Constructor Detail |
|---|
public GuiEventHandler()
| Method Detail |
|---|
public final void alert(Message message)
message - the alert messagepublic final void alert(java.lang.String message)
message - the alert message
public final void alert(java.lang.String message,
java.lang.Throwable reason)
message - the alert messagereason - the alert reason
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||