equip.data
Class UpdateEventImpl

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.data.Event
              extended byequip.data.UpdateEvent
                  extended byequip.data.UpdateEventImpl
All Implemented Interfaces:
java.lang.Cloneable

public class UpdateEventImpl
extends UpdateEvent

Implementation of IDL'd abstract class UpdateEvent


Field Summary
 
Fields inherited from class equip.data.UpdateEvent
item
 
Fields inherited from class equip.data.Event
metadata
 
Constructor Summary
UpdateEventImpl()
           
 
Method Summary
 void initFromItem(ItemData item, GUID agentId, boolean local, boolean reliable)
          Initialisation helper; see EventMetadata for most arguments.
 void initFromItem2(ItemData item, GUID agentId, boolean local, boolean reliable, int priority)
          Initialisation helper; see EventMetadata for most arguments.
 void initMetadata(GUID agentId, boolean local, boolean reliable)
          create and initialise metadata, default to priority 0
 void initMetadata2(GUID agentId, boolean local, boolean reliable, int priority)
          create and initialise metadata
 
Methods inherited from class equip.data.UpdateEvent
_equals_helper, _matches_helper, equals, getModuleName, matches, readObject, writeObject
 
Methods inherited from class equip.data.Event
_equals_helper, _matches_helper
 
Methods inherited from class equip.runtime.ValueBase
_equals_helper, _matches_helper, clone
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateEventImpl

public UpdateEventImpl()
Method Detail

initFromItem

public void initFromItem(ItemData item,
                         GUID agentId,
                         boolean local,
                         boolean reliable)
Description copied from class: UpdateEvent
Initialisation helper; see EventMetadata for most arguments. NB only UpdateEvent and MutateEvent encourage unreliable events

Specified by:
initFromItem in class UpdateEvent

initFromItem2

public void initFromItem2(ItemData item,
                          GUID agentId,
                          boolean local,
                          boolean reliable,
                          int priority)
Description copied from class: UpdateEvent
Initialisation helper; see EventMetadata for most arguments. NB only UpdateEvent and MutateEvent encourage unreliable events

Specified by:
initFromItem2 in class UpdateEvent

initMetadata

public void initMetadata(GUID agentId,
                         boolean local,
                         boolean reliable)
Description copied from class: Event
create and initialise metadata, default to priority 0

Specified by:
initMetadata in class Event

initMetadata2

public void initMetadata2(GUID agentId,
                          boolean local,
                          boolean reliable,
                          int priority)
Description copied from class: Event
create and initialise metadata

Specified by:
initMetadata2 in class Event