org.jboss.weld.osgi.examples.paint.square
Class SquareShapeProvider
java.lang.Object
org.jboss.weld.osgi.examples.paint.square.SquareShapeProvider
- All Implemented Interfaces:
- ShapeProvider
@Publish
@ApplicationScoped
public class SquareShapeProvider
- extends Object
- implements ShapeProvider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SquareShapeProvider
public SquareShapeProvider()
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.