Class BusinessEventLogger

java.lang.Object
org.beangle.commons.dao.impl.BaseServiceImpl
org.beangle.ems.log.service.BusinessEventLogger
All Implemented Interfaces:
EventListener, org.beangle.commons.event.EventListener<org.beangle.commons.event.Event>

public class BusinessEventLogger extends BaseServiceImpl implements org.beangle.commons.event.EventListener<org.beangle.commons.event.Event>
Version:
$Id: BusinessEventLogger.java Jun 29, 2011 9:28:33 A M chaostone $
Author:
chaostone
  • Constructor Details

    • BusinessEventLogger

      public BusinessEventLogger()
  • Method Details

    • onEvent

      public void onEvent(org.beangle.commons.event.Event event)
      Specified by:
      onEvent in interface org.beangle.commons.event.EventListener<org.beangle.commons.event.Event>
    • supportsEventType

      public boolean supportsEventType(Class<? extends org.beangle.commons.event.Event> eventType)
      Specified by:
      supportsEventType in interface org.beangle.commons.event.EventListener<org.beangle.commons.event.Event>
    • supportsSourceType

      public boolean supportsSourceType(Class<?> sourceType)
      Specified by:
      supportsSourceType in interface org.beangle.commons.event.EventListener<org.beangle.commons.event.Event>