Package org.onosproject.ui
Interface UiMessageHandlerFactory
- 
public interface UiMessageHandlerFactoryAbstraction 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 Collection<UiMessageHandler>newHandlers()Produces a collection of new message handlers. 
 - 
 
- 
- 
Method Detail
- 
newHandlers
Collection<UiMessageHandler> newHandlers()
Produces a collection of new message handlers.- Returns:
 - collection of new handlers
 
 
 - 
 
 -