Declared in CDEventsDelegate.h

Overview

The CDEventsDelegate protocol defines the required methods implemented by delegates of CDEvents objects.

Tasks

Instance Methods

URLWatcher:eventOccurred:

The method called by the CDEvents object on its delegate object.

- (void)URLWatcher:(CDEvents *)URLWatcher eventOccurred:(CDEvent *)event

Parameters

URLWatcher

The CDEvents object which the event was recieved thru.

event

The event data.

Availability

1.0.0

Discussion

The method called by the CDEvents object on its delegate object.

See Also

  • CDEvents

  • CDevent

    @discussion Conforming objects' implementation of this method will be called whenever an event occurs. The instance of CDEvents which received the event and the event itself are passed as parameters.

Declared In

CDEventsDelegate.h