StoryListener

interface StoryListener

Provides an interface for listeners for Story change events.

Functions

Link copied to clipboard
abstract fun enter(story: Story)

Invoke the listener to notify entry of a specified story..

Link copied to clipboard
abstract fun exit(story: Story)

Invoke the listener to notify exit of a specified story.