Loading...
Searching...
No Matches
NotificationManager.java
Go to the documentation of this file.
1package com.navigine.idl.java;
2
3import com.navigine.common.NativeObject;
4import com.navigine.common.Subscription;
5
22public abstract class NotificationManager {
39 public abstract void addNotificationListener(NotificationListener listener);
40
55 public abstract void removeNotificationListener(NotificationListener listener);
56}