org.ceno.tracker.cli
Interface IObserver<T>

All Known Subinterfaces:
IDeveloperResourceStatesObserver, IMessagesObserver
All Known Implementing Classes:
CachedCenoMessagesService, CachedCenoTrackerService, CenoPackageDecorator, DeveloperResourceViewerListenerAdapter, MessageContextManager, MessagesViewerListenerAdapter, TextMessageObserverAdapter

public interface IObserver<T>

Part of a Lister Subscribe Pattern. Defines an interface required to be registered by IObserverService

Since:
0.0.1
Author:
Andre Albert <andre.albert82@googlemail.com>

Method Summary
 void update(T states)
          Invoked as notify call
 

Method Detail

update

void update(T states)
Invoked as notify call

Parameters:
states -