Loading...
Searching...
No Matches
NotificationListener.java
Go to the documentation of this file.
1package com.navigine.idl.java;
2
16public abstract class NotificationListener {
23 public abstract void onNotificationLoaded(Notification notification);
24
31 public abstract void onNotificationFailed(java.lang.Error error);
32}