| Package | Description |
|---|---|
| de.saxsys.jfx.mvvm.notifications |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationCenter.addObserverForName(java.lang.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(java.lang.String name,
NotificationObserver observer)
Removes an observer from the @MVVMNotificationCenter.
|
Copyright © 2013 Saxonia Systems AG. All Rights Reserved.