MCPcopy Create free account

hub / github.com/NewtronLabs/IpcEventBus / types & classes

Types & classes12 in github.com/NewtronLabs/IpcEventBus

ClassApp
App1/app/src/main/java/com/newtronlabs/ipceventbus/app1/App.java:13
ClassData
Implementing the interface IData is not needed. It has been added to show that type is preserved over IPC while using IPC EventBus. If extending Obje
App1/events/src/main/java/com/newtronlabs/ipceventbus/events/Data.java:14
ClassData
Implementing the interface IData is not needed. It has been added to show that type is preserved over IPC while using IPC EventBus. If extending Obje
App2/events/src/main/java/com/newtronlabs/ipceventbus/events/Data.java:14
ClassEventExample
Implementing the interface IData is not needed. It has been added to show that type is preserved over IPC while using IPC EventBus.
App1/events/src/main/java/com/newtronlabs/ipceventbus/events/EventExample.java:12
ClassEventExample
Implementing the interface IData is not needed. It has been added to show that type is preserved over IPC while using IPC EventBus.
App2/events/src/main/java/com/newtronlabs/ipceventbus/events/EventExample.java:12
InterfaceIData
An example interface IData to give a type to the Data we will send over IPC.
App1/events/src/main/java/com/newtronlabs/ipceventbus/events/IData.java:8
InterfaceIData
An example interface IData to give a type to the Data we will send over IPC.
App2/events/src/main/java/com/newtronlabs/ipceventbus/events/IData.java:8
InterfaceIEventExample
Ideally the events module will be an AAR.
App1/events/src/main/java/com/newtronlabs/ipceventbus/events/IEventExample.java:7
InterfaceIEventExample
Ideally the events module will be an AAR.
App2/events/src/main/java/com/newtronlabs/ipceventbus/events/IEventExample.java:7
ClassMainActivity
App1/app/src/main/java/com/newtronlabs/ipceventbus/app1/MainActivity.java:17
ClassMainActivity
App2/app/src/main/java/com/newtronlabs/ipceventbus/app2/MainActivity.java:22
ClassUiRunnable
Runnable to post the event on the UI Thread. Different methods may be used. This is for the example.
App2/app/src/main/java/com/newtronlabs/ipceventbus/app2/MainActivity.java:94