| Package | Description |
|---|---|
| de.saxsys.jfx.mvvm.notifications |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationCenter.addObserverForName(String name,
NotificationObserver observer)
Add an observer to the @MVVMNotificationCenter which gets notifications
for the given @String.
|
void |
NotificationCenter.removeObserver(NotificationObserver observer)
Remove all registrations of an @MVVMNotificationObserver.
|
void |
NotificationCenter.removeObserverForName(String name,
NotificationObserver observer)
Removes an observer from the @MVVMNotificationCenter.
|
Copyright © 2014 Saxonia Systems AG. All rights reserved.