responder chain的意思|示意
响应者链
responder chain的网络常见释义
响应链 响应链(Responder Chain)是什么?它是如何发挥作用的?
响应者链 –> view controller –> window –> Application 响应者链(Responder Chain):由多个响应者对象连接起来的链条,作用是能很清楚的看见每个响应者之间的联系,并且可以让一个事件多个对象处理。
responder chain相关例句
Any of these objects could choose to handle an event, which stops its movement up the responder chain.
这些对象中的任何一个都可以选择处理一个事件(用户输入),这将会停止响应者链的传递。
YES if a responder object handled the action message, no if no object in the responder chain handled the message.
如果接受对象接收到事件信息就返回YES,在响应链中没有对象响应消息就返回NO。
If a responder object returns YES from this method, it can thereafter join the responder chain and receive touch events and action messages.
如果调用对象从这个方法返回YES,那他就可以加入到事件链中并且可以接收到触摸事件和其他消息。