ix.iplan
Class IPlanOptionManager.SyncMessage

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

static class IPlanOptionManager.SyncMessage
extends IPlanOptionManager.PseudoMessage


Field Summary
 
Fields inherited from class ix.util.IPC.BasicInputMessage
contents
 
Fields inherited from class ix.icore.AbstractAnnotatedObject
annotationListeners, annotations
 
Constructor Summary
IPlanOptionManager.SyncMessage(Plan plan)
           
 
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

IPlanOptionManager.SyncMessage

IPlanOptionManager.SyncMessage(Plan plan)
Method Detail

receivedBy

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