com.j2biz.blogunity.listener
Class UserEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.j2biz.blogunity.listener.AbstractBlogunityEvent
          extended bycom.j2biz.blogunity.listener.UserEvent
All Implemented Interfaces:
Serializable

public class UserEvent
extends AbstractBlogunityEvent

Since:
0.1
Author:
michelson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.j2biz.blogunity.listener.AbstractBlogunityEvent
BLOG_CREATED, BLOG_REMOVED, BLOG_UPDATED, ENTRY_COMMENTED, ENTRY_CREATED, ENTRY_REMOVED, ENTRY_UPDATED, UNDEFINED, USER_ACTIVATED, USER_DEACTIVATED, USER_LOGGED_IN, USER_LOGGED_OUT, USER_REGISTERED, USER_REMOVED, USER_UPDATED
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UserEvent(User user, int type)
           
 
Methods inherited from class com.j2biz.blogunity.listener.AbstractBlogunityEvent
getType
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserEvent

public UserEvent(User user,
                 int type)


Copyright (c)j2biz.com