ants.move.core.models.url
Class UrlThing

java.lang.Object
  |
  +--ants.core.Thing
        |
        +--ants.move.core.models.url.UrlThing
All Implemented Interfaces:
ants.core.Model, ants.core.PropertyChangeListener, ants.comm.RemoteEventListener, java.io.Serializable

public class UrlThing
extends ants.core.Thing
implements ants.core.PropertyChangeListener

See Also:
Serialized Form

Constructor Summary
UrlThing()
           
 
Method Summary
 void destroy()
          Finalization method for CSCW components in the ANTS container.
 UrlModel getModel()
           
 void init()
          Initialization method for CSCW components in the ANTS container.
 void propertyChange(ants.core.PropertyChangeEvent evt)
          Method triggered in response to a property change.
 void setModel(UrlModel m)
           
 
Methods inherited from class ants.core.Thing
addPropertyChangeListener, addTokenToProperty, eventArrived, getContext, getDescription, getIndexedProperty, getIndexedProperty, getIndexedPropertyNames, getIndexedPropertySize, getName, getPlace, getProperty, getPropertyNames, getThingGateway, getThingId, getType, incrementProperty, init, removePropertyChangeListener, setProperty, triggerEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlThing

public UrlThing()
Method Detail

init

public void init()
Description copied from class: ants.core.Thing
Initialization method for CSCW components in the ANTS container.
Overrides:
init in class ants.core.Thing

setModel

public void setModel(UrlModel m)

getModel

public UrlModel getModel()

propertyChange

public void propertyChange(ants.core.PropertyChangeEvent evt)
Description copied from interface: ants.core.PropertyChangeListener
Method triggered in response to a property change.
Specified by:
propertyChange in interface ants.core.PropertyChangeListener
Following copied from interface: ants.core.PropertyChangeListener
Returns:
ants.core.PropertyChangeEvent A PropertyChangeEvent with property change information.

destroy

public void destroy()
Description copied from class: ants.core.Thing
Finalization method for CSCW components in the ANTS container.
Overrides:
destroy in class ants.core.Thing


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