solar.service.mhost
Interface MobileHostListener

All Known Implementing Classes:
ClientPackService

public interface MobileHostListener

Listener interface for the mobile clients. The 'address' argument of the notification interface is either the address of the client or the server depending on where the event is triggered.

Version:
$Id: MobileHostListener.java,v 1.2 2003/10/05 18:50:57 glchen Exp $
Author:
Guanling Chen

Method Summary
 void clientAttached(Address address)
          Handler when a client is attached to a Planet.
 void clientDetached(Address address)
          Handler when a client is detached from a Planet.
 

Method Detail

clientAttached

public void clientAttached(Address address)
Handler when a client is attached to a Planet.


clientDetached

public void clientDetached(Address address)
Handler when a client is detached from a Planet.