2 Replies Latest reply on Dec 28, 2009 5:24 PM by diegocoronel

    How to listen a event only if instance exists

    diegocoronel

      Hi,


      Is it possible to have something similar to


      @Observes( create = false )



      that Seam provides ?


      I just want to listen a event only if a instance of that class exists... if not, will it be provided by Seam 3 or is is possible to implement a extension to modify this behaviour ?