Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ Notificator
Interface
Notificator
src/main/java/Messages/notification/Notificator.java:11–15 ·
view source on GitHub ↗
@author Vitaly
Source
from the content-addressed store, hash-verified
9
* @author Vitaly
10
*/
11
public
interface
Notificator {
12
13
public
void
sendNotify(String title, String text);
14
public
void
clear();
15
}
Callers
10
showInfo
Method · 0.65
messageStore
Method · 0.65
init
Method · 0.65
deleteStores
Method · 0.65
init
Method · 0.65
onPrepareOptionsMenu
Method · 0.65
CanvasView
Method · 0.65
loaded
Method · 0.65
clear
Method · 0.65
closeRecordStore
Method · 0.65
Implementers
3
AndroidNotificator
android/src/main/java/org/bombusmod/an
PopupNotificator
src/main/java/Messages/notification/Po
EmptyNotificator
src/main/java/Messages/notification/Em
Calls
no outgoing calls
Tested by
no test coverage detected