uka.graph.dlf
Class DLFCancelMessage

java.lang.Object
  extended byuka.graph.Message
      extended byuka.graph.dlf.DLFCancelMessage
All Implemented Interfaces:
Anonymous, Immutable, Printable, java.io.Serializable

public class DLFCancelMessage
extends uka.graph.Message

This message indicates that the proposed color is canceled.

Author:
Björn-Oliver Hartmann
See Also:
Serialized Form

Field Summary
 
Fields inherited from class uka.graph.Message
fromRank
 
Constructor Summary
DLFCancelMessage(int fromRank)
           
 
Methods inherited from class uka.graph.Message
appendTo, getFromRank
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFCancelMessage

public DLFCancelMessage(int fromRank)