Package ai.nexconn.chat.channel.model
Class ChannelTranslateStrategySyncEvent
-
- All Implemented Interfaces:
public final class ChannelTranslateStrategySyncEventEvent for channel translation strategy sync from another device.
-
-
Field Summary
Fields Modifier and Type Field Description private final ChannelIdentifierchannelIdentifierprivate final TranslateStrategystrategy
-
Constructor Summary
Constructors Constructor Description ChannelTranslateStrategySyncEvent(ChannelIdentifier channelIdentifier, TranslateStrategy strategy)
-
Method Summary
Modifier and Type Method Description final ChannelIdentifiergetChannelIdentifier()Channel identifier final TranslateStrategygetStrategy()The new translation strategy -
-
Constructor Detail
-
ChannelTranslateStrategySyncEvent
ChannelTranslateStrategySyncEvent(ChannelIdentifier channelIdentifier, TranslateStrategy strategy)
-
-
Method Detail
-
getChannelIdentifier
final ChannelIdentifier getChannelIdentifier()
Channel identifier
-
getStrategy
final TranslateStrategy getStrategy()
The new translation strategy
-
-
-
-