callbacks

  1. M

    Android Question JMQTTBroker V1 (B4A compatible) with Events ?

    Hi everyone! I'm developing an Android application that needs a local MQTT broker. However, the v1 broker compatible with android is very very limited... I wanted to ask if someone here in the forum owns an edited library that supports broker events like ClientConnected, ClientDisconnected...
  2. L

    Android Question Third part library - JavaObject

    Hi All, I have to intercept, from an Android device, an event raised from a library of the device. I added the library with #AdditionalJar: companyregdevicelibrary In this library there is an "IButton" object that I initialize with JavaObject Dim CompDevice As JavaObject...
  3. Mashiane

    B4J Question [BANano] [SOLVED] Extending Event Driven BANanoSQL with own CallBacks?

    Hi there This is just a thought... The current implementation of the event driven BANanoSQL has a callback method for .Execute being Sub SQL_SQLExecuteResult(Tag As String, Result As List) If perhaps one could have an extra call e.g. .Execute1(qry,args,BANano.CallBack(DoThis)) , this being...
Top