Interface ASGService

  • All Superinterfaces:
    net.anotheria.anoprise.metafactory.Service
    All Known Implementing Classes:
    AbstractASGService, BaseFixtureService

    public interface ASGService
    extends net.anotheria.anoprise.metafactory.Service
    Interface for the basic ASGService.
    Version:
    $Id: $Id
    Author:
    lrosenberg
    • Method Detail

      • addServiceListener

        void addServiceListener​(IServiceListener listener)
        Adds a service listener to this service.
        Parameters:
        listener - the listener to add.
      • removeServiceListener

        void removeServiceListener​(IServiceListener listener)
        Removes the service listener from the service.
        Parameters:
        listener - the listener to remove.
      • hasServiceListeners

        boolean hasServiceListeners()
        Returns true if there are service listeners connected to this service.
        Returns:
        true if there are service listeners attached.