cn.limc.androidcharts.event
Interface ITouchEventResponse

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

public interface ITouchEventResponse

Interface for chart which is support response notify from other object

タッチイベント通知はレスピンズのオブジェクトのインタフェース

支持响应事件消息的此类对象接口

Version:
v1.0 2013/05/30 17:57:32
Author:
limc
See Also:
ITouchEventNotify

Method Summary
 void notifyEvent(GridChart chart)
          Response Notify
 

Method Detail

notifyEvent

void notifyEvent(GridChart chart)

Response Notify

レスポンスをする

响应通知

Parameters:
chart -

source chart

ソースチャート

源头对象