com.fatwire.agent
Class EventArgs

java.lang.Object
  extended by com.fatwire.agent.EventArgs
Direct Known Subclasses:
ItemEventArgs, ProviderEventArgs, RepositoryEventArgs

public abstract class EventArgs
extends java.lang.Object

This class is a base class for all event arguments and could not be instantiated directly. See Event.M for an example usage of events.

See Also:
ProviderEventArgs, RepositoryEventArgs, ItemEventArgs

Constructor Summary
EventArgs()
          Creates a new event argument.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventArgs

public EventArgs()
Creates a new event argument.