Class AcceptedHandler
java.lang.Object
energy.eddie.regionconnector.cds.permission.handlers.AcceptedHandler
- All Implemented Interfaces:
EventHandler<AcceptedEvent>
-
Constructor Summary
ConstructorsConstructorDescriptionAcceptedHandler(EventBus eventBus, CdsPermissionRequestRepository repository, PollingService pollingService) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(AcceptedEvent event) Subscription method for the event bus
-
Constructor Details
-
Method Details
-
accept
Description copied from interface:EventHandlerSubscription method for the event bus- Specified by:
acceptin interfaceEventHandler<AcceptedEvent>- Parameters:
event- event that indicates that a permission request has been changed
-