if it's not, then: ``` task.listener = object...
# announcements
v
if it's not, then:
Copy code
task.listener = 
    object : UrlContentRetrieved {
        override fun onUrlContentRetrieved(content: String) = parseResults(content)
    }
👍 1