|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iris.Fissures.IfEvent.EventNotify
public final class EventNotify
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.
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 |
---|
public EventAccess the_event
public Origin new_origin
public boolean new_event
Constructor Detail |
---|
public EventNotify()
public EventNotify(EventAccess the_event, Origin new_origin, boolean new_event)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |