ants.move.core.models.url
Interface UrlListener

All Known Implementing Classes:
UrlView

public interface UrlListener

UrlListener interface.

Version:
1.0 Build 2000
Author:
Oriol Montalā (omontala@tinet.org), Francesc Piņas (fpd@tinet.org), Collaborator: Carles Pairot (cpairot@tinet.org)

Method Summary
 void catchThing(java.lang.String urlThingId)
          Cacth thing
 void deployThing(java.lang.String urlThingId)
          Deploy thing
 void loadThing(UrlThing uT)
          Load thing
 void newThing(UrlThing uT)
          Add a new thing
 void refreshThing(java.lang.String urlThingId)
          Refresh thing state
 void removeThing(java.lang.String urlThingId)
          Remove thing
 

Method Detail

refreshThing

public void refreshThing(java.lang.String urlThingId)
Refresh thing state
Parameters:
urlThingId -  

loadThing

public void loadThing(UrlThing uT)
Load thing
Parameters:
uT -  

newThing

public void newThing(UrlThing uT)
Add a new thing
Parameters:
uT -  

removeThing

public void removeThing(java.lang.String urlThingId)
Remove thing
Parameters:
urlThingId -  

catchThing

public void catchThing(java.lang.String urlThingId)
Cacth thing
Parameters:
urlThingId -  

deployThing

public void deployThing(java.lang.String urlThingId)
Deploy thing
Parameters:
urlThingId -  


Developers: Oriol Montala, Carles Pairot, Francesc Pinas2000 - 2002
Departament d'Enginyeria Informatica i Matematiques
Escola Tecnica Superior d'Enginyeria
Universitat Rovira i Virgili