|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.lxtreme.ols.util.internal.ApplicationCallbackFacade
public final class ApplicationCallbackFacade
Service facade for ApplicationCallback
.
Constructor Summary | |
---|---|
ApplicationCallbackFacade()
|
Method Summary | |
---|---|
boolean |
handleAbout()
Called upon receiving a "about" event from the host operating system. |
boolean |
handlePreferences()
Called upon receiving a "set preferenes" event from the host operating system. |
boolean |
handleQuit()
Called upon receiving a quit event from the host operating system. |
boolean |
hasPreferences()
Returns whether the are preferences to configure. |
void |
start()
Called by our dependency manager in case both dependencies are available. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationCallbackFacade()
Method Detail |
---|
public boolean handleAbout()
handleAbout
in interface ApplicationCallback
true
if the event is being handled,
false
(the default) if this event is ignored.public boolean handlePreferences()
handlePreferences
in interface ApplicationCallback
true
if the event is being handled,
false
(the default) if this event is ignored.public boolean handleQuit()
handleQuit
in interface ApplicationCallback
true
if the event is being handled,
false
(the default) if this event is ignored.public boolean hasPreferences()
hasPreferences
in interface ApplicationCallback
true
if there are preferences to configure,
false
otherwise.public void start()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |