Class GatewayHandler

    • Constructor Summary

      Constructors 
      Constructor Description
      GatewayHandler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.Map<java.lang.String,​java.io.Serializable> getEvent​(SEvent sEvent)  
      java.lang.String getIdentifier()
      Returns a unique identifier for each instance of the Handler
      boolean isInterested​(SEvent event)
      Precise if the current Handler is interested by the given event.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GatewayHandler

        public GatewayHandler()
    • Method Detail

      • isInterested

        public boolean isInterested​(SEvent event)
        Description copied from interface: SHandler
        Precise if the current Handler is interested by the given event. If so, it could run the execute(SEvent e) method.
      • getIdentifier

        public java.lang.String getIdentifier()
        Description copied from interface: SHandler
        Returns a unique identifier for each instance of the Handler