LaColla.core.msg
Class msgNewEvent

java.lang.Object
  extended by LaColla.core.msg.Msg
      extended by LaColla.core.msg.msgNewEvent
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class msgNewEvent
extends Msg

See Also:
Serialized Form

Constructor Summary
msgNewEvent(Event ev)
           
msgNewEvent(Event ev, Hp hp)
           
msgNewEvent(Event ev, Hp hp, int id_)
           
msgNewEvent(Event ev, int id_)
           
msgNewEvent(Event ev, int kOfAgnt, java.lang.String addr, Hp hp)
           
msgNewEvent(Event ev, int kOfAgnt, java.lang.String addr, Hp hp, int id_)
           
msgNewEvent(Event ev, java.lang.String groupId)
           
 
Method Summary
 Event getEvent()
           
 void setEvent(Event event_)
           
 
Methods inherited from class LaColla.core.msg.Msg
decrementConnectedAgents, getAddress, getConnectedAgents, getDest, getGroupId, getId, getKindOfAgent, getOb, getOwnerId, getSource, gettimestampLOCALlocation, setAddress, setConnectedAgents, setDest, setGroupId, setId, setKindOfAgent, setObject, setOwnerId, setSource, settimestampLOCALlocation, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

msgNewEvent

public msgNewEvent(Event ev)

msgNewEvent

public msgNewEvent(Event ev,
                   Hp hp)

msgNewEvent

public msgNewEvent(Event ev,
                   int id_)

msgNewEvent

public msgNewEvent(Event ev,
                   Hp hp,
                   int id_)

msgNewEvent

public msgNewEvent(Event ev,
                   int kOfAgnt,
                   java.lang.String addr,
                   Hp hp)

msgNewEvent

public msgNewEvent(Event ev,
                   int kOfAgnt,
                   java.lang.String addr,
                   Hp hp,
                   int id_)

msgNewEvent

public msgNewEvent(Event ev,
                   java.lang.String groupId)
Parameters:
event2 -
string -
Method Detail

getEvent

public Event getEvent()

setEvent

public void setEvent(Event event_)