com.morpho.morphosmart.sdk
Class CallbackMessage

java.lang.Object
  extended by com.morpho.morphosmart.sdk.CallbackMessage

public final class CallbackMessage
extends java.lang.Object

Asynchronous message sent by the MorphoSmartâ„¢ while processing a biometric function.


Constructor Summary
CallbackMessage()
          Default constructor.
 
Method Summary
 java.lang.Object getMessage()
          getter
 int getMessageType()
          getter
 void setMessage(java.lang.Object message)
          setter
 void setMessageType(int messageType)
          setter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallbackMessage

public CallbackMessage()
Default constructor.

Method Detail

getMessageType

public int getMessageType()
getter

Returns:
the messageType

setMessageType

public void setMessageType(int messageType)
setter

Parameters:
messageType - the messageType to set

getMessage

public java.lang.Object getMessage()
getter

Returns:
the message

setMessage

public void setMessage(java.lang.Object message)
setter

Parameters:
message - the message to set