removeListener abstract method

void removeListener(
  1. RasterDataSourceListener listener
)

Remove a listener from receiving state notifications.

Notification can still be received during removal.

  • listener Listener to be removed from receiving state notifications.

Implementation

void removeListener(RasterDataSourceListener listener);