hastebrot / protokola

Message Infrastructure.
Apache License 2.0
1 stars 0 forks source link

(feature) Codec for Dolphin Platform to read and write messages. #5

Closed hastebrot closed 6 years ago

hastebrot commented 7 years ago
sealed class DolphinCommand {
    class CreateContext() : DolphinCommand()
    class DestroyContext() : DolphinCommand()

    class CreatePresentationModel() : DolphinCommand()
    class DeletePresentationModel() : DolphinCommand()

    class CreateController() : DolphinCommand()
    class DestroyController() : DolphinCommand()

    class ValueChanged() : DolphinCommand()
    class CallAction() : DolphinCommand()
}