Ejemplo n.º 1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnRequestRetraction(HlaTimeManagementEventArgs e)
 {
     RequestRetraction?.Invoke(this, e);// Raise the event.
 }
Ejemplo n.º 2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnTimeRegulationEnabled(HlaTimeManagementEventArgs e)
 {
     TimeRegulationEnabled?.Invoke(this, e);// Raise the event.
 }
Ejemplo n.º 3
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnTimeAdvanceGrant(HlaTimeManagementEventArgs e)
 {
     TimeAdvanceGrant?.Invoke(this, e);// Raise the event.
 }
Ejemplo n.º 4
0
 // TM
 /// <summary>
 ///
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnTimeConstrainedEnabled(HlaTimeManagementEventArgs e)
 {
     TimeConstrainedEnabled?.Invoke(this, e);// Raise the event.
 }