Uses of Enum
org.jivesoftware.smackx.carbons.packet.CarbonExtension.Direction
Packages that use CarbonExtension.Direction
Package
Description
Smack's API for XEP-0280: Message Carbons.
Stanzas and extension elements for XEP-0280: Message Carbons.
Classes and interfaces for OMEMO Encryption.
StanzaListeners used for internal purposes.
Callbacks and listeners.
- 
Uses of CarbonExtension.Direction in org.jivesoftware.smackx.carbons
Methods in org.jivesoftware.smackx.carbons with parameters of type CarbonExtension.DirectionModifier and TypeMethodDescriptionvoidCarbonCopyReceivedListener.onCarbonCopyReceived(CarbonExtension.Direction direction, Message carbonCopy, Message wrappingMessage) Invoked when a new carbon copy was received. - 
Uses of CarbonExtension.Direction in org.jivesoftware.smackx.carbons.packet
Methods in org.jivesoftware.smackx.carbons.packet that return CarbonExtension.DirectionModifier and TypeMethodDescriptionCarbonExtension.getDirection()Get the direction (sent or received) of the carbon.static CarbonExtension.DirectionReturns the enum constant of this type with the specified name.static CarbonExtension.Direction[]CarbonExtension.Direction.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jivesoftware.smackx.carbons.packet with parameters of type CarbonExtension.DirectionModifierConstructorDescriptionCarbonExtension(CarbonExtension.Direction dir, Forwarded<Message> fwd) Construct a Carbon message extension. - 
Uses of CarbonExtension.Direction in org.jivesoftware.smackx.omemo
Methods in org.jivesoftware.smackx.omemo with parameters of type CarbonExtension.DirectionModifier and TypeMethodDescriptionvoidOmemoService.onOmemoCarbonCopyReceived(CarbonExtension.Direction direction, Message carbonCopy, Message wrappingMessage, OmemoManager.LoggedInOmemoManager managerGuard)  - 
Uses of CarbonExtension.Direction in org.jivesoftware.smackx.omemo.internal.listener
Methods in org.jivesoftware.smackx.omemo.internal.listener with parameters of type CarbonExtension.DirectionModifier and TypeMethodDescriptionvoidOmemoCarbonCopyStanzaReceivedListener.onOmemoCarbonCopyReceived(CarbonExtension.Direction direction, Message carbonCopy, Message wrappingMessage, OmemoManager.LoggedInOmemoManager omemoManager)  - 
Uses of CarbonExtension.Direction in org.jivesoftware.smackx.omemo.listener
Methods in org.jivesoftware.smackx.omemo.listener with parameters of type CarbonExtension.DirectionModifier and TypeMethodDescriptionvoidOmemoMessageListener.onOmemoCarbonCopyReceived(CarbonExtension.Direction direction, Message carbonCopy, Message wrappingMessage, OmemoMessage.Received decryptedCarbonCopy)