Package org.onosproject.ui
Interface UiMessageHandlerFactory
-
public interface UiMessageHandlerFactory
Abstraction of an entity capable of producing a set of message handlers specific to the given user interface connection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<UiMessageHandler>
newHandlers()
Produces a collection of new message handlers.
-
-
-
Method Detail
-
newHandlers
java.util.Collection<UiMessageHandler> newHandlers()
Produces a collection of new message handlers.- Returns:
- collection of new handlers
-
-