public class ScreenScraperWeb extends java.lang.Object implements AppEventHandler
Modifier and Type | Field and Description |
---|---|
(package private) java.util.logging.Logger |
log |
Constructor and Description |
---|
ScreenScraperWeb() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIdentifier()
Gets the handler's identifier.*
|
void |
handleAppEvent(AppEvent ape)
Handle an
AppEvent . |
void |
onModuleLoad() |
void |
setIdentifier(java.lang.String identifier)
Sets the handler's identifier.*
|
void |
setupGUI() |
public void onModuleLoad()
public void setupGUI()
public java.lang.String getIdentifier()
getIdentifier
in interface AppEventHandler
public void setIdentifier(java.lang.String identifier)
setIdentifier
in interface AppEventHandler
identifier
- The identifier.public void handleAppEvent(AppEvent ape)
AppEvent
.handleAppEvent
in interface AppEventHandler
ape
- The AppEvent
to handle.