Interface IPassengerCapable
The passenger can use vehicles to be transported. THe vehicle notifies the passenger about certain events and
whereabouts.
Inherited Members
Namespace: SOHDomain.Steering.Capables
Assembly: SOHDomain.dll
Syntax
public interface IPassengerCapable : IPositionable
Methods
| Improve this Doc View SourceNotify(PassengerMessage)
Informs the passenger about the most recent event.
Declaration
void Notify(PassengerMessage passengerMessage)
Parameters
Type | Name | Description |
---|---|---|
PassengerMessage | passengerMessage | Holds information about the current status of the vehicle. |