Quantcast
Channel: PTC Community : All Content - Arbortext
Viewing all articles
Browse latest Browse all 1645

CMSAdapterConnectEvent

$
0
0

Hi everyone,

does anyone have any experience with this event?

I´m currently trying to catch the moment just after a connection is made. This seems to be the right event fot that purpose. Does´nt work out too well, though.

The event just doesn´t seem to occur. Following is a code-snippet which should handle the event:

 

Application.addEventListener("ApplicationLoad", new EventListener() {

     public void handleEvent(final Event event) {

          if(event instanceof CMSAdapterConnectEvent){

               System.out.println("Here we go");

          }

     }

},true);

 

Thanks for any clue in advance

Daniel


Viewing all articles
Browse latest Browse all 1645

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>