PHP Class DummyEventHandler

Inheritance: implements DataSift_IStreamConsumerEventHandler
Exibir arquivo Open project: datasift/datasift-php

Public Methods

Method Description
onConnect ( $consumer )
onDeleted ( $consumer, $interaction, $hash )
onDisconnect ( $consumer )
onError ( $consumer, $message )
onInteraction ( $consumer, $interaction, $hash )
onStatus ( $consumer, $type, $info )
onStopped ( $consumer, $reason )
onWarning ( $consumer, $message )

Method Details

onConnect() public method

public onConnect ( $consumer )

onDeleted() public method

public onDeleted ( $consumer, $interaction, $hash )

onDisconnect() public method

public onDisconnect ( $consumer )

onError() public method

public onError ( $consumer, $message )

onInteraction() public method

public onInteraction ( $consumer, $interaction, $hash )

onStatus() public method

public onStatus ( $consumer, $type, $info )

onStopped() public method

public onStopped ( $consumer, $reason )

onWarning() public method

public onWarning ( $consumer, $message )