Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-5811

Client MVVM: Event wrapping in Client MVVM

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Critical Critical
    • 10.2.0
    • 10.0.0
    • None

      Steps to Reproduce

      Using

      @Command
      	public void handleOpenEvent(@ContextParam(ContextType.TRIGGER_EVENT) OpenEvent event) {
      		//some event handling
      		Clients.log(event.getName());
      	}
      

      Current Result

      Exception (pure Event)

      Expected Result

      Able to get REAL event (ex. openEvent)

            DevChu DevChu
            DevChu DevChu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: