eneter.net.system
Class EventArgs

java.lang.Object
  extended by eneter.net.system.EventArgs
All Implemented Interfaces:
java.io.Serializable

public class EventArgs
extends java.lang.Object
implements java.io.Serializable

Default EventArgs like in .NET. This is used e.g. in RPC communication for remote events.

See Also:
Serialized Form

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

Constructor Detail

EventArgs

public EventArgs()