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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onPreSend(HostSessionProps props)
Called prior to sending the transaction update to the other party.
-
-
-
Method Detail
-
onPreSend
void onPreSend(HostSessionProps props)
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.
-
-