xingZhang created WEEX-375:
------------------------------

             Summary: add Protocol for PageEventNotifyEvent
                 Key: WEEX-375
                 URL: https://issues.apache.org/jira/browse/WEEX-375
             Project: Weex
          Issue Type: Improvement
            Reporter: xingZhang
            Assignee: Adam Feng


{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)

Reply via email to