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