org.freedesktop.dbus

Interface Message.MessageType

public static interface Message.MessageType

Defines constants for each message type.
Field Summary
static byteERROR
static byteMETHOD_CALL
static byteMETHOD_RETURN
static byteSIGNAL

Field Detail

ERROR

public static final byte ERROR

METHOD_CALL

public static final byte METHOD_CALL

METHOD_RETURN

public static final byte METHOD_RETURN

SIGNAL

public static final byte SIGNAL