net.artima.place
Class ServicePresenter

java.lang.Object
  |
  +--net.artima.place.ServicePresenter

public class ServicePresenter
extends java.lang.Object

Contains a static method that allows Place service UIs to request that the service host present a service to the user. The passed Link is activated by the host, so that it can give the user feedback about the activation progress. The host can, for example, show an animation, status messages, progress bar, etc., during the activation of the Link.


Constructor Summary
ServicePresenter()
           
 
Method Summary
static void presentService(Link link)
          Presents a service to a user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServicePresenter

public ServicePresenter()
Method Detail

presentService

public static void presentService(Link link)
                           throws java.rmi.RemoteException
Presents a service to a user.