net.artima.place.context
Interface UISelector


public interface UISelector

A service context interface that enables services to ask the client to select a UI.


Method Summary
 net.jini.lookup.entry.UIDescriptor selectUI(net.jini.core.lookup.ServiceItem serviceItem)
          Selects a UI from the UIDescriptors in the passed ServiceItem.
 net.jini.lookup.entry.UIDescriptor selectUI(net.jini.lookup.entry.UIDescriptor[] uiDescriptors)
          Selects a UI from the UIDescriptors in the passed array.
 

Method Detail

selectUI

public net.jini.lookup.entry.UIDescriptor selectUI(net.jini.core.lookup.ServiceItem serviceItem)
Selects a UI from the UIDescriptors in the passed ServiceItem.

selectUI

public net.jini.lookup.entry.UIDescriptor selectUI(net.jini.lookup.entry.UIDescriptor[] uiDescriptors)
Selects a UI from the UIDescriptors in the passed array.