[
https://issues.apache.org/jira/browse/WEEX-375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16478484#comment-16478484
]
ASF GitHub Bot commented on WEEX-375:
-------------------------------------
Github user weex-bot commented on the issue:
https://github.com/apache/incubator-weex/pull/1183
<!--
0 failure:
1 warning: No Changelog chan...
1 messages
-->
<table>
<thead>
<tr>
<th width="50"></th>
<th width="100%" data-danger-table="true">Warnings</th>
</tr>
</thead>
<tbody><tr>
<td>:warning:</td>
<td>No Changelog changes!</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th width="50"></th>
<th width="100%" data-danger-table="true">Messages</th>
</tr>
</thead>
<tbody><tr>
<td>:book:</td>
<td>danger test finished.</td>
</tr>
</tbody>
</table>
<p align="right">
Generated by :no_entry_sign: <a
href="http://github.com/danger/danger-js/">dangerJS</a>
</p>
> add Protocol for PageEventNotifyEvent
> -------------------------------------
>
> Key: WEEX-375
> URL: https://issues.apache.org/jira/browse/WEEX-375
> Project: Weex
> Issue Type: Improvement
> Reporter: xingZhang
> Assignee: xingZhang
> Priority: Major
>
> the handler will called in situations such as rootView clicked, scrollView
> scrolled, a new page start and ended.
> {code:java}
> //
> @protocol WXPageEventNotifyEventProtocol <NSObject>
>
> - (void)hitTest:(CGPoint)point withEvent:(UIEvent *)event
> withView:(UIView*)view;
>
> - (void)notifyScrollEvent:(NSString*)instanceId from:(CGPoint)from
> to:(CGPoint)to;
>
> - (void)pageStart:(NSString*)instanceId;
>
> - (void)pageDestroy:(NSString*)instanceId;
>
> @end
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)