TMThreadLostChild

Kind of class:(package private) class
Package:treemap
Inherits from:TMThreadModel
Version:2.5
Author:Christophe Bouthier [bouthier@loria.fr]
Package classpath:treemap.TMThreadLostChild
File last modified:Friday, 28 December 2001, 19:01:22
The TMThreadLostChild implements a thread that removes a child to a
TMNodeModel.

Summary


Constructors
Instance fields
Instance fields inherited from TMThreadModel
Instance methods
  • task
    • Removess the new child.
Instance methods inherited from TMThreadModel

Constructors

TMThreadLostChild

(package private) TMThreadLostChild(
TMStatusView status, TMNodeModelRoot model, TMView view, TMNode parent, TMNode child)

Constructor.
Parameters:
status:
the status view for feedback
model :
the TMNodeModelRoot
view :
the view to update
parent:
the parent node
child :
the child node

Instance fields

child

private TMNode child = null

parent

private TMNode parent = null

Instance methods

task

(package private) void task(
)

Removess the new child.