com.j2biz.blogunity.services
Class EventService
java.lang.Object
   com.j2biz.blogunity.services.Service
com.j2biz.blogunity.services.Service
       com.j2biz.blogunity.services.EventService
com.j2biz.blogunity.services.EventService
- public class EventService- extends Service
- Since:
- 0.1
- Author:
- michelson
 
 
 
getInstance
public static EventService getInstance()
- 
 
init
public void init(SystemConfiguration config)
          throws SystemException
- 
- Specified by:
- initin class- Service
 
- 
- Throws:
- SystemException
 
destroy
public void destroy(SystemConfiguration config)
             throws SystemException
- 
- Specified by:
- destroyin class- Service
 
- 
- Throws:
- SystemException
 
fireUserEvent
public void fireUserEvent(User user,
                          int type)
- 
 
fireBlogEvent
public void fireBlogEvent(Blog blog,
                          int type)
- 
 
fireEntryEvent
public void fireEntryEvent(Entry entry,
                           int type)
- 
 
addUserListener
public void addUserListener(UserListener listener)
- 
 
removeUserListener
public void removeUserListener(UserListener listener)
- 
 
addBlogListener
public void addBlogListener(BlogListener listener)
- 
 
removeBlogListener
public void removeBlogListener(BlogListener listener)
- 
 
addEntryListener
public void addEntryListener(EntryListener listener)
- 
 
removeEntryListener
public void removeEntryListener(EntryListener listener)
- 
 
Copyright (c)j2biz.com