xmlBlaster 2.2.0 API

org.xmlBlaster.engine.admin.extern.snmp
Interface Observer

All Known Implementing Classes:
ClientTableObserver, ConnectionTableObserver, NodeTableObserver, SessionTableObserver

public interface Observer

The Observer interface lists the methods that an Observer must implement so that a Subject can send an update notification to the Observer.

Version:
@VERSION@
Author:
Udo Thalmann

Method Summary
 void update(Subject o)
          update must be implemented by a concrete observer.
 

Method Detail

update

void update(Subject o)
update must be implemented by a concrete observer.

Parameters:
Subject - o: sends an update notification to the observer.

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.