Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NewtronLabs/IpcEventBus
/ types & classes
Types & classes
12 in github.com/NewtronLabs/IpcEventBus
⨍
Functions
32
◇
Types & classes
12
Class
App
App1/app/src/main/java/com/newtronlabs/ipceventbus/app1/App.java:13
Class
Data
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
Class
Data
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
Class
EventExample
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
Class
EventExample
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
Interface
IData
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
Interface
IData
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
Interface
IEventExample
Ideally the events module will be an AAR.
App1/events/src/main/java/com/newtronlabs/ipceventbus/events/IEventExample.java:7
Interface
IEventExample
Ideally the events module will be an AAR.
App2/events/src/main/java/com/newtronlabs/ipceventbus/events/IEventExample.java:7
Class
MainActivity
App1/app/src/main/java/com/newtronlabs/ipceventbus/app1/MainActivity.java:17
Class
MainActivity
App2/app/src/main/java/com/newtronlabs/ipceventbus/app2/MainActivity.java:22
Class
UiRunnable
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