ix.ip2
Class SyncStateClient.ChangeMessage

java.lang.Object
  extended by ix.icore.AbstractAnnotatedObject
      extended by ix.util.IPC.BasicInputMessage
          extended by ix.iplan.IPlanOptionManager.PseudoMessage
              extended by ix.ip2.SyncStateClient.ChangeMessage
All Implemented Interfaces:
Annotated, IPC.InputMessage, java.io.Serializable
Enclosing class:
SyncStateClient

protected class SyncStateClient.ChangeMessage
extends IPlanOptionManager.PseudoMessage

See Also:
Serialized Form

Field Summary
 
Fields inherited from class ix.util.IPC.BasicInputMessage
contents
 
Fields inherited from class ix.icore.AbstractAnnotatedObject
annotationListeners, annotations
 
Constructor Summary
SyncStateClient.ChangeMessage(ix.icore.domain.ListOfPatternAssignment delta)
           
 
Method Summary
 void receivedBy(IPlanOptionManager.Opt option, Ip2 modelHolder)
           
 
Methods inherited from class ix.util.IPC.BasicInputMessage
getContents
 
Methods inherited from class ix.icore.AbstractAnnotatedObject
addAnnotationListener, annMap, clearAnnotations, fireSetAnnotation, getAnnotation, getAnnotations, getComments, makeAnnMap, removeAnnotation, setAnnotation, setAnnotations, setComments, takeAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ix.icore.Annotated
addAnnotationListener, clearAnnotations, fireSetAnnotation, getAnnotation, getAnnotations, removeAnnotation, setAnnotation, setAnnotations, takeAnnotations
 

Constructor Detail

SyncStateClient.ChangeMessage

SyncStateClient.ChangeMessage(ix.icore.domain.ListOfPatternAssignment delta)
Method Detail

receivedBy

public void receivedBy(IPlanOptionManager.Opt option,
                       Ip2 modelHolder)
Specified by:
receivedBy in class IPlanOptionManager.PseudoMessage