Class DisplayService

java.lang.Object
jadex.micro.mandelbrot.display.DisplayService
All Implemented Interfaces:
IDisplayService

public class DisplayService extends Object implements IDisplayService
The service allows displaying results in the frame managed by the service providing agent.
  • Field Details

    • agent

      protected jadex.core.IComponent agent
      The agent.
    • subscribers

      protected Map<String,jadex.future.SubscriptionIntermediateFuture<Object>> subscribers
      The display subscribers.
    • storedresults

      protected List<Object> storedresults
      Store results till display subscribed
  • Constructor Details

    • DisplayService

      public DisplayService()
  • Method Details