mouseevent
- 网络鼠标移动
mouseevent
-
First , a ZK event of type MouseEvent is sent to the server .
首先,MouseEvent类型的ZK事件发送到服务器。
-
There can be various events of type MouseEvent , so how can you differentiate among them ?
会有MouseEvent类型的多种事件,如何区分?
-
CDI will notify any methods that are observing on the MouseEvent type with the exact @ Events qualifier and member value .
CDI将会通知所有观察MouseEvent类型,并有着确定的@Events限定符和成员值的方法。
-
Then , the ZK CDI extension will publish / fire a CDI event with the appropriate @ Events qualifier , along with a member value on MouseEvent type .
然后ZKCDI扩展将会发布/发出有适当@Events限定符的CDI事件,还有MouseEvent类型的成员值。