|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fatwire.agent.EventArgs
com.fatwire.agent.RepositoryEventArgs
public class RepositoryEventArgs
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 |
---|
public RepositoryEventArgs(RepositoryInfo rinfo)
type
- event type.rinfo
- repository which causes this event.Method Detail |
---|
public RepositoryInfo getRepositoryInfo()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |