callbacks

  1. 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...
  2. 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