Interface EventBeanFactory


public interface EventBeanFactory
Factory for EventBean instances given an underlying event object.

Not transferable between runtime instances.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the type of the underlying class expected for successful wrapping.
    wrap(Object underlying)
    Wraps the underlying event object.
  • Method Details

    • wrap

      EventBean wrap(Object underlying)
      Wraps the underlying event object.
      Parameters:
      underlying - event to wrap
      Returns:
      event bean
    • getUnderlyingType

      Class getUnderlyingType()
      Returns the type of the underlying class expected for successful wrapping.
      Returns:
      underlying type expected