ISRTODelegate Protocol Reference

Declared in ISRTO.h

Overview

Protocol used to specify the behaviour of an RTO touch delegate.

Warning: When one of theses callbacks is called you need to create a another thread if you want to use ISMapViewController methods.

– onRTOSelected:andZone: required method

Method called when an RTO is selected.

- (void)onRTOSelected:(id<ISRTO>)rto andZone:(ISZone *)zone

Parameters

rto

The related RTO.

zone

The related zone (could be nil).

Discussion

Warning: When the callback is called you need to create a another thread if you want to use ISMapViewController methods.

Declared In

ISRTO.h

– onRTOReleased:andZone: required method

Method called when an RTO is released.

- (void)onRTOReleased:(id<ISRTO>)rto andZone:(ISZone *)zone

Parameters

rto

The related RTO.

zone

The related zone (could be nil).

Discussion

Warning: When the callback is called you need to create a another thread if you want to use ISMapViewController methods.

Declared In

ISRTO.h

– onRTOClicked:andZone: required method

Method called when an RTO is clicked.

- (void)onRTOClicked:(id<ISRTO>)rto andZone:(ISZone *)zone

Parameters

rto

The related RTO.

zone

The related zone (could be nil).

Discussion

Warning: When the callback is called you need to create a another thread if you want to use ISMapViewController methods.

Declared In

ISRTO.h

– onRTOMoved:andZone: required method

Method called when an RTO is moved.

- (void)onRTOMoved:(id<ISRTO>)rto andZone:(ISZone *)zone

Parameters

rto

The related RTO.

zone

The related zone (could be nil).

Discussion

Warning: When the callback is called you need to create a another thread if you want to use ISMapViewController methods.

Declared In

ISRTO.h