cancel
Showing results for 
Search instead for 
Did you mean: 

OVS - How to implement OVS Listener

Former Member
0 Kudos

Could some body tell me how can I implement Listener Interface in Custom Controller. In other words, how can I OVS-enable a Custom Controller.

I am trying to follow Example 9. I am missing the above piece. There are few Listener methods that we need to implement in the Custom Controller.

Any help is appreciated.

Thank You

Accepted Solutions (0)

Answers (1)

Answers (1)

BeGanz
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Vivek,

what's the problem. The tutorial describes how to implement this OVS listener as an inner class of the custom controller. The listener object can be accessed from a view controller by invoking the custom controller method getOVSListener().

See https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/cf40cf90-0201...

Regards, Bertram