Class ContextAwareImpl

  • All Implemented Interfaces:
    ContextAware


    public class ContextAwareImpl
    extends Object
    implements ContextAware
    A helper class that implements ContextAware methods. Use this class to implement the ContextAware interface by composition.
    • Field Detail

      • context

        protected Context context
    • Constructor Detail

      • ContextAwareImpl

        public ContextAwareImpl(Context context,
                                Object origin)