edu.iris.Fissures.IfEvent
Class EventNotify

java.lang.Object
  extended by edu.iris.Fissures.IfEvent.EventNotify
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class EventNotify
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Structure sent in the Any via EventCannel to notify clients that either a new event (earthquake) has occured, or that a new origin has been added to an existing event.

See Also:
Serialized Form

Field Summary
 boolean new_event
           
 Origin new_origin
           
 EventAccess the_event
           
 
Constructor Summary
EventNotify()
           
EventNotify(EventAccess the_event, Origin new_origin, boolean new_event)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

the_event

public EventAccess the_event

new_origin

public Origin new_origin

new_event

public boolean new_event
Constructor Detail

EventNotify

public EventNotify()

EventNotify

public EventNotify(EventAccess the_event,
                   Origin new_origin,
                   boolean new_event)