MCPcopy 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 */
11public interface Notificator {
12
13 public void sendNotify(String title, String text);
14 public void clear();
15}

Callers 10

showInfoMethod · 0.65
messageStoreMethod · 0.65
initMethod · 0.65
deleteStoresMethod · 0.65
initMethod · 0.65
onPrepareOptionsMenuMethod · 0.65
CanvasViewMethod · 0.65
loadedMethod · 0.65
clearMethod · 0.65
closeRecordStoreMethod · 0.65

Implementers 3

AndroidNotificatorandroid/src/main/java/org/bombusmod/an
PopupNotificatorsrc/main/java/Messages/notification/Po
EmptyNotificatorsrc/main/java/Messages/notification/Em

Calls

no outgoing calls

Tested by

no test coverage detected