java.lang.Object
org.jpo.eventbus.CheckForUpdatesHandler
Listens to the CheckForUpdatesRequest and fulfills it if the conditions are met
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(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
-