cn.limc.androidcharts.event
Interface ITouchEventNotify

All Known Implementing Classes:
CandleStickChart, GridChart, LineChart, MACandleStickChart, MAStickChart, MinusStickChart, StickChart

public interface ITouchEventNotify

Interface for chart which is support send notify after touch event happened

タッチイベントは通知可能のオブジェクトのインタフェース

touch事件发生后,支持对外发送事件消息的此类对象接口

Version:
v1.0 2013/05/30 17:57:32
Author:
limc
See Also:
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

notifyEventAll

void notifyEventAll(GridChart chart)

Notify all ITouchEventResponse objects

全部ITouchEventResponseレスポンスオブジェクトを通知

通知全部ITouchEventResponse响应对象

Parameters:
chart -

source chart

ソースチャート

源头对象


addNotify

void addNotify(ITouchEventResponse notify)

Add a ITouchEventResponse object by its index

ITouchEventResponseレスポンスオブジェクトを追加

增加ITouchEventResponse响应对象

Parameters:
notify -

ITouchEventResponse object

ITouchEventResponse オブジェクト

对象


removeNotify

void removeNotify(int i)

Remove a ITouchEventResponse object by its index

ITouchEventResponseレスポンスオブジェクトを削除

删除ITouchEventResponse响应对象

Parameters:
i -

index

インデックス

index


removeAllNotify

void removeAllNotify()

Remove all ITouchEventResponse objects

全部ITouchEventResponseレスポンスオブジェクトを削除

删除全部ITouchEventResponse响应对象