Skip to content

Add CommandHandler with common behavior for Command pattern#32

Open
angel-ayala wants to merge 6 commits intodevelopfrom
feature/refactor-command-handler
Open

Add CommandHandler with common behavior for Command pattern#32
angel-ayala wants to merge 6 commits intodevelopfrom
feature/refactor-command-handler

Conversation

@angel-ayala
Copy link
Copy Markdown
Collaborator

Following changes aim to implement the general CommandHandler class to reuse the command pattern in AircraftHandler, CameraHandler, and MissionHandler, facilitating the request of asynchronous actions with the SDK. Now each IHandler that must deals with commands, must inherit from CommandHandler.

Current changes should allow to develop a more event-driven approach for #30 by leveraging MissionActions and state listeners.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant