站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 aspects API Documentation 英文版文档

Observer (JBoss Aspects API) - JBoss 4.0.1 sp1 aspects API Documentation 英文版文档


org.jboss.aspects.patterns.observable
Interface Observer


public interface Observer

An Observer. Implement this interface to register for subject changes.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 void fireChange(Subject subject)
          Notification that a subject has changed
 

Method Detail

fireChange

public void fireChange(Subject subject)
Notification that a subject has changed

Parameters:
subject - the subject


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.