java.lang.Object
org.jpo.eventbus.CheckForUpdatesHandler
Listens to the CheckForUpdatesRequest and fulfills it if the conditions are met
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(CheckForUpdatesRequest request) Listens to the CheckForUpdatesRequest and fulfills it if the conditions are met
-
Constructor Details
-
CheckForUpdatesHandler
public CheckForUpdatesHandler()
-
-
Method Details
-
handleEvent
Listens to the CheckForUpdatesRequest and fulfills it if the conditions are met- Parameters:
request
- the request object which contains the forceCheck flag
-