com.fatwire.agent
Class RepositoryEventArgs

java.lang.Object
  extended by com.fatwire.agent.EventArgs
      extended by com.fatwire.agent.RepositoryEventArgs

public class RepositoryEventArgs
extends EventArgs

Repository event arguments.

These arguments are passed when a repository is created/deleted/updated.


Constructor Summary
RepositoryEventArgs(RepositoryInfo rinfo)
          Constructor.
 
Method Summary
 RepositoryInfo getRepositoryInfo()
          Get repository which causes this event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryEventArgs

public RepositoryEventArgs(RepositoryInfo rinfo)
Constructor.

Parameters:
type - event type.
rinfo - repository which causes this event.
Method Detail

getRepositoryInfo

public RepositoryInfo getRepositoryInfo()
Get repository which causes this event.

Returns:
repository information block.