Uses of Interface
org.omnifaces.util.FunctionalInterfaces.SerializableRunnable
-
Packages that use FunctionalInterfaces.SerializableRunnable Package Description org.omnifaces.util -
-
Uses of FunctionalInterfaces.SerializableRunnable in org.omnifaces.util
Methods in org.omnifaces.util with parameters of type FunctionalInterfaces.SerializableRunnable Modifier and Type Method Description static void
Events. subscribeToApplicationEvent(Class<? extends SystemEvent> type, FunctionalInterfaces.SerializableRunnable callback)
Subscribe the given callback to the current application that get invoked every time when the given system event type is published in the current application.static void
Events. subscribeToViewEvent(Class<? extends SystemEvent> type, FunctionalInterfaces.SerializableRunnable callback)
Subscribe the given callback to the current view that get invoked every time when the given system event type is published on the current view.
-