Class ContextAwareImpl

  • All Implemented Interfaces:
    ContextAware

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

      • ContextAwareImpl

        public ContextAwareImpl​(Context context,
                                java.lang.Object origin)