ariba.ui.aribaweb.util
Class AWNotificationCenter

java.lang.Object
  extended by ariba.ui.aribaweb.util.AWNotificationCenter

public class AWNotificationCenter
extends java.lang.Object


Nested Class Summary
static interface AWNotificationCenter.Observer
           
 
Constructor Summary
AWNotificationCenter()
           
 
Method Summary
static void addObserver(java.lang.String topic, AWNotificationCenter.Observer observer)
           
static void notify(java.lang.String topic, java.lang.Object data)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWNotificationCenter

public AWNotificationCenter()
Method Detail

addObserver

public static void addObserver(java.lang.String topic,
                               AWNotificationCenter.Observer observer)

notify

public static void notify(java.lang.String topic,
                          java.lang.Object data)


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.