Class EventProcessorAdapter<EventAtom>


  • public abstract class EventProcessorAdapter<EventAtom>
    extends java.lang.Object
    This class is the common supertype for default event processors in an event handler.
    • Method Detail

      • activationExists

        protected abstract void activationExists​(Event<EventAtom> event,
                                                 Activation<EventAtom> activation)
        This method is called by findActivationForAtom if the activation already exists for the given atom.
        Parameters:
        activation -
      • activationMissing

        protected abstract void activationMissing​(Event<EventAtom> event)
        This method is called by findActivationForAtom if the activation does not exists for the given atom.
        Parameters:
        atom -