to top
Datalogic APIs
Added in revision 26
public interface

PresentationStateListener

com.datalogic.decode.PresentationStateListener

Class Overview

This interface is used by the application to listen to the presentation mode state change event. This is intended to be used with the addPresentationStateListener method of the BarcodeManager class. More than one object instance can listen to the decoding events in an application. More than one application can listen to decoding events in the system.

See Also

Summary

Public Methods
abstract void onPresentationStateChange(PresentationState newState)
onPresentationStateChange method will be called when a presentation mode state change event is fired.

Public Methods

public abstract void onPresentationStateChange (PresentationState newState)

Added in revision 26

onPresentationStateChange method will be called when a presentation mode state change event is fired.

Parameters
newState The new presentation mode state.