i have one question related to custom event handler
Can i trigger custom event handler written in java from my javascript code ???
i have one question related to custom event handler
Can i trigger custom event handler written in java from my javascript code ???
This is covered in the documentation ( see the “API for Dispatching Custom Events” section):
https://backendless.com/documentation/business-logic/java/bl_custom_events.htm
thank you!