ch.interlis.iox_j
Class ObjectEvent

java.lang.Object
  extended by ch.interlis.iox_j.ObjectEvent
All Implemented Interfaces:
IoxEvent, ObjectEvent

public class ObjectEvent
extends java.lang.Object
implements ObjectEvent

An event to signal a single object.

Version:
$Revision: 1.0 $ $Date: 26.06.2006 $
Author:
ce

Constructor Summary
ObjectEvent(IomObject iomObj)
          creates an instance with the given object.
 
Method Summary
 IomObject getIomObject()
          gets the actual data.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectEvent

public ObjectEvent(IomObject iomObj)
creates an instance with the given object.

Parameters:
iomObj - object to signal
Method Detail

getIomObject

public IomObject getIomObject()
Description copied from interface: ObjectEvent
gets the actual data.

Specified by:
getIomObject in interface ObjectEvent