org.almendra.commons.util.logging
Interface ILoggable

All Known Implementing Classes:
AbstractAgent, AbstractApplication, Agent, AgentProxy, Application, ApplicationRegistry, ApplicationScheduler, ArbitratedScheduler, Arbitrator, Capability, CommandScheduler, Node, PriorityCommandScheduler, SchedulerAnchor, SupremeScheduler, SystemAgent, SystemApplication, SystemScheduler

public interface ILoggable

Defines an interface for every kind of object that provides logging information.

Author:
Oliver Plohmann

Method Summary
 java.util.List registeredLogEvents()
          Return list of events that may occur for an object.
 

Method Detail

registeredLogEvents

java.util.List registeredLogEvents()
Return list of events that may occur for an object.

Returns: