com.rednels.ofcgwt.client
Interface IOnClickListener


public interface IOnClickListener

An interface that listeners of chart onclick events should implement


Method Summary
 void handleOnClickEvent()
          Sent when a Chart OnClick event that the listener has registered for occurs.
 

Method Detail

handleOnClickEvent

void handleOnClickEvent()
Sent when a Chart OnClick event that the listener has registered for occurs.