appl.parallel.event
Class RemoteEvent

java.lang.Object
  extended by appl.parallel.event.RemoteEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommEvent

public class RemoteEvent
extends Object
implements Serializable

A event which may be thrown over a network

Author:
Dominik Appl
See Also:
Serialized Form

Constructor Summary
RemoteEvent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteEvent

public RemoteEvent()