class SassListen::Listener

def stop

Stops both listening for events and processing them
def stop
  transition :stopped
end