org.jboss.jsr299.tck.tests.decorators.invocation.observer
Class ObserverDecorator

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.decorators.invocation.observer.ObserverDecorator
All Implemented Interfaces:
Observer

@Decorator
public class ObserverDecorator
extends Object
implements Observer

Author:
pmuir

Constructor Summary
ObserverDecorator()
           
 
Method Summary
 void observe(Foo foo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObserverDecorator

public ObserverDecorator()
Method Detail

observe

public void observe(Foo foo)
Specified by:
observe in interface Observer


Copyright © 2008-2012 Seam Framework. All Rights Reserved.