org.jboss.weld.osgi.examples.paint.square
Class SquareShapeProvider

java.lang.Object
  extended by org.jboss.weld.osgi.examples.paint.square.SquareShapeProvider
All Implemented Interfaces:
ShapeProvider

@Publish
@ApplicationScoped
public class SquareShapeProvider
extends Object
implements ShapeProvider


Constructor Summary
SquareShapeProvider()
           
 
Method Summary
 String getId()
           
 Shape getShape()
           
 void listen(InterBundleEvent message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SquareShapeProvider

public SquareShapeProvider()
Method Detail

getShape

public Shape getShape()
Specified by:
getShape in interface ShapeProvider

getId

public String getId()
Specified by:
getId in interface ShapeProvider

listen

public void listen(@Observes@Sent@Specification(value=java.lang.String.class)
                   InterBundleEvent message)


Copyright © 2012 Seam Framework. All Rights Reserved.