Révision 2003
tmp/org.txm.ca.rcp/src/org/txm/ca/rcp/chartsengine/events/CAPointSelectionCallBack.java (revision 2003) | ||
---|---|---|
1 | 1 |
package org.txm.ca.rcp.chartsengine.events; |
2 | 2 |
|
3 |
import java.awt.AWTEvent; |
|
4 | 3 |
import java.awt.event.KeyEvent; |
5 | 4 |
import java.util.ArrayList; |
6 | 5 |
|
... | ... | |
18 | 17 |
|
19 | 18 |
|
20 | 19 |
@Override |
21 |
public void processEvent(AWTEvent event, int eventArea, Object o) {
|
|
20 |
public void processEvent(Object event, int eventArea, Object o) {
|
|
22 | 21 |
|
23 | 22 |
if(eventArea == EventCallBack.AREA_ITEM || event instanceof KeyEvent) { |
24 | 23 |
|
Formats disponibles : Unified diff