|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.blojsom.event.Event
org.blojsom.plugin.admin.event.UserEvent
UserEvent
Field Summary | |
protected Blog |
_blog
|
protected User |
_user
|
Fields inherited from class org.blojsom.event.Event |
_eventHandled, _source, _timestamp |
Constructor Summary | |
UserEvent(java.lang.Object source,
java.util.Date timestamp,
User user,
Blog blog)
Create a new event indicating something happened with a User in the system |
Method Summary | |
Blog |
getBlog()
Retrieve the Blog associated with the event |
User |
getUser()
Retrieve the User associated with the event |
Methods inherited from class org.blojsom.event.Event |
getSource, getTimestamp, isEventHandled, setEventHandled |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected User _user
protected Blog _blog
Constructor Detail |
public UserEvent(java.lang.Object source, java.util.Date timestamp, User user, Blog blog)
User
in the system
source
- Source of the eventtimestamp
- Event timestampuser
- User
blog
- Blog
Method Detail |
public User getUser()
User
associated with the event
User
associated with eventpublic Blog getBlog()
Blog
associated with the event
Blog
associated with event
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |