ants.move.core.models.doc
Interface DocListener

All Known Implementing Classes:
DocView

public interface DocListener

DocListener 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 docThingId)
          Catch thing
 void deployThing(java.lang.String docThingId)
          Deploy thing
 void loadThing(DocThing dT)
          Load thing
 void newThing(DocThing dT)
          Add new thing
 void refreshThing(java.lang.String docThingId)
          Refresh thing state
 void removeThing(java.lang.String docThingId)
          Remove Thing
 

Method Detail

refreshThing

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

loadThing

public void loadThing(DocThing dT)
Load thing
Parameters:
dT - key

newThing

public void newThing(DocThing dT)
Add new thing
Parameters:
dT - key

removeThing

public void removeThing(java.lang.String docThingId)
Remove Thing
Parameters:
docThingId - key

catchThing

public void catchThing(java.lang.String docThingId)
Catch thing
Parameters:
docThingId - key

deployThing

public void deployThing(java.lang.String docThingId)
Deploy thing


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