|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITouchEventNotify
Interface for chart which is support send notify after touch event happened
タッチイベントは通知可能のオブジェクトのインタフェース
touch事件发生后,支持对外发送事件消息的此类对象接口
ITouchEventResponse
Method Summary | |
---|---|
void |
addNotify(ITouchEventResponse notify)
Add a ITouchEventResponse object by its index |
void |
notifyEventAll(GridChart chart)
Notify all ITouchEventResponse objects |
void |
removeAllNotify()
Remove all ITouchEventResponse objects |
void |
removeNotify(int i)
Remove a ITouchEventResponse object by its index |
Method Detail |
---|
void notifyEventAll(GridChart chart)
Notify all ITouchEventResponse objects
全部ITouchEventResponseレスポンスオブジェクトを通知
通知全部ITouchEventResponse响应对象
chart
- source chart
ソースチャート
源头对象
void addNotify(ITouchEventResponse notify)
Add a ITouchEventResponse object by its index
ITouchEventResponseレスポンスオブジェクトを追加
增加ITouchEventResponse响应对象
notify
- ITouchEventResponse object
ITouchEventResponse オブジェクト
对象
void removeNotify(int i)
Remove a ITouchEventResponse object by its index
ITouchEventResponseレスポンスオブジェクトを削除
删除ITouchEventResponse响应对象
i
- index
インデックス
index
void removeAllNotify()
Remove all ITouchEventResponse objects
全部ITouchEventResponseレスポンスオブジェクトを削除
删除全部ITouchEventResponse响应对象
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |