IMain_Activity

interface IMain_Activity<Service_Type : IService?>

Functions

Link copied to clipboard
abstract fun bindCPUThread(CPU_Thread: Thread)
Set calculator Thread so the canvas can wake up the calculator after key / touch screen clicks.
Link copied to clipboard
abstract fun bindService(Service: Service_Type)
Bound or unbound to calculator service
Link copied to clipboard
protected open fun clone(): Any
Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
protected open fun finalize()
Link copied to clipboard
fun getClass(): Class<out Any>
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
fun notify()
Link copied to clipboard
fun notifyAll()
Link copied to clipboard
abstract fun restartCalculator()
Start service if it is not currently running.
Link copied to clipboard
abstract fun Service(): Service_Type
get service when connection is available
Link copied to clipboard
abstract fun stopCalculator()
Stop the calculator
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
fun wait()