Package com.iizix.term.prop
Interface IPreSendHostSessionProps
- All Known Implementing Classes:
RemoteHostSession
public interface IPreSendHostSessionProps
Interface that is called just prior to sending the host session properties to the other party. Each listener
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoid
onPreSend
(HostSessionProps props) Called prior to sending the transaction update to the other party.
Method Details
onPreSend
Called prior to sending the transaction update to the other party. Using this method, an implementing class can add additional data at the last moment.- Parameters:
props
- The host session properties.