Hi,
I want to capture the events pertaining to change in waypoint attributes.
suppose somebody changes message associated with tag then how shall i do it.
My code is
TagSEAPlugin.addTagChangeListener(this.tagchangelistener );
private IWaypointChangeListener waypointchangelistener = new IWaypointChangeListener() {
public void waypointsChanged(WaypointDelta delta) {
String...
2009-04-24 14:27:14 UTC in TagSEA