Index
A C D E F G H I L M N O P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- sendNotification(String) - Method in interface org.puremvc.java.multicore.interfaces.INotifier
-
Send a
INotification
. - sendNotification(String) - Method in class org.puremvc.java.multicore.patterns.facade.Facade
-
Create and send an
INotification
. - sendNotification(String) - Method in class org.puremvc.java.multicore.patterns.observer.Notifier
-
Create and send an
INotification
. - sendNotification(String, Object) - Method in interface org.puremvc.java.multicore.interfaces.INotifier
-
Send a
INotification
. - sendNotification(String, Object) - Method in class org.puremvc.java.multicore.patterns.facade.Facade
-
Create and send an
INotification
. - sendNotification(String, Object) - Method in class org.puremvc.java.multicore.patterns.observer.Notifier
-
Create and send an
INotification
. - sendNotification(String, Object, String) - Method in interface org.puremvc.java.multicore.interfaces.INotifier
-
Send a
INotification
. - sendNotification(String, Object, String) - Method in class org.puremvc.java.multicore.patterns.facade.Facade
-
Create and send an
INotification
. - sendNotification(String, Object, String) - Method in class org.puremvc.java.multicore.patterns.observer.Notifier
-
Create and send an
INotification
. - setBody(Object) - Method in interface org.puremvc.java.multicore.interfaces.INotification
-
Set the body of the
INotification
instance - setBody(Object) - Method in class org.puremvc.java.multicore.patterns.observer.Notification
-
Set the body of the
Notification
instance. - setData(Object) - Method in interface org.puremvc.java.multicore.interfaces.IProxy
-
Set the data object
- setData(Object) - Method in class org.puremvc.java.multicore.patterns.proxy.Proxy
-
Set the data object
- setNotifyContext(Object) - Method in interface org.puremvc.java.multicore.interfaces.IObserver
-
Set the notification context.
- setNotifyContext(Object) - Method in class org.puremvc.java.multicore.patterns.observer.Observer
-
Set the notification context.
- setNotifyMethod(Consumer<INotification>) - Method in interface org.puremvc.java.multicore.interfaces.IObserver
-
Set the notification method.
- setNotifyMethod(Consumer<INotification>) - Method in class org.puremvc.java.multicore.patterns.observer.Observer
-
Set the notification method.
- setType(String) - Method in interface org.puremvc.java.multicore.interfaces.INotification
-
Set the type of the
INotification
instance - setType(String) - Method in class org.puremvc.java.multicore.patterns.observer.Notification
-
Set the type of the
Notification
instance. - setViewComponent(Object) - Method in interface org.puremvc.java.multicore.interfaces.IMediator
-
Set the
IMediator
's view component. - setViewComponent(Object) - Method in class org.puremvc.java.multicore.patterns.mediator.Mediator
-
Set the
IMediator
's view component. - SimpleCommand - Class in org.puremvc.java.multicore.patterns.command
-
A base
ICommand
implementation. - SimpleCommand() - Constructor for class org.puremvc.java.multicore.patterns.command.SimpleCommand
All Classes All Packages