All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class icc.net.Event

java.lang.Object
   |
   +----icc.net.Event

public class Event
extends Object
implements Serializable

Variable Index

 o AgentEvents
 o AllEvents
 o CREATION
 o DELETION
 o EDIT
 o ENTERS
 o FileEvents
 o LEAVES
 o MODIFICATION
 o NONE
 o object
 o OtherEvents
 o PartnerEvents
 o ProjectEvents
 o source
 o type
 o UserEvents

Method Index

 o agent(int, Object, IDCard)
 o file(int, Object, IDCard)
 o genus()
 o other(int, Object, IDCard)
 o partner(int, Object, IDCard)
 o project(int, Object, IDCard)
 o user(int, Object, IDCard)

Variables

 o UserEvents
 public static final int UserEvents
 o AgentEvents
 public static final int AgentEvents
 o FileEvents
 public static final int FileEvents
 o PartnerEvents
 public static final int PartnerEvents
 o ProjectEvents
 public static final int ProjectEvents
 o OtherEvents
 public static final int OtherEvents
 o AllEvents
 public static final int AllEvents[]
 o ENTERS
 public static final int ENTERS
 o LEAVES
 public static final int LEAVES
 o CREATION
 public static final int CREATION
 o DELETION
 public static final int DELETION
 o EDIT
 public static final int EDIT
 o MODIFICATION
 public static final int MODIFICATION
 o NONE
 public static final Event NONE
 o type
 public int type
 o object
 public Object object
 o source
 public IDCard source

Methods

 o genus
 public int genus()
 o user
 public static Event user(int type,
                          Object object,
                          IDCard source)
 o agent
 public static Event agent(int type,
                           Object object,
                           IDCard source)
 o file
 public static Event file(int type,
                          Object object,
                          IDCard source)
 o partner
 public static Event partner(int type,
                             Object object,
                             IDCard source)
 o project
 public static Event project(int type,
                             Object object,
                             IDCard source)
 o other
 public static Event other(int type,
                           Object object,
                           IDCard source)

All Packages  Class Hierarchy  This Package  Previous  Next  Index

This website has been archived and is no longer maintained.