1 28 29 package ist.coach.coachEmfServicesComponents.AlarmChannelProviderComposition; 30 31 32 38 public class logThresholdSegImpl 39 extends ist.coach.coachEmfServicesComponents.AlarmChannelProviderComposition.logThresholdSeg 40 { 41 47 53 public logThresholdSegImpl() 54 { 55 } 56 57 63 66 public void 67 push(ist.coach.coachEmfServicesComponents.LogThresholdAlarm event) 68 { 69 get_context().push_log_threshold_alarm(event); 73 } 74 75 } 76 | Popular Tags |