In the following example, class myScheduler implements interface IAlarm, but does not contain an implementation of alarmTime. You must add a property named alarmTime for the implementation to be satisfied.
class-id myScheduler implements type IAlarm. 01 alarmSwitch type alarmState event. method-id setTime. ... end method. end class. delegate-id alarmState. ... end delegate. interface-id IAlarm. 01 alarmTime string property. 01 alarmSwitch type alarmState event. method-id setTime. ... end method. end interface.