10.07.2015 Views

Lotus Instant Messaging/ Web Conferencing ... - IBM Redbooks

Lotus Instant Messaging/ Web Conferencing ... - IBM Redbooks

Lotus Instant Messaging/ Web Conferencing ... - IBM Redbooks

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Example 8-9 Determining which section is whichpublic void sectionAdded(PlaceEvent event) {Section section = event.getSection();Section tempSection = null;if (section.isStage()) {System.out.println("Event: section added " +section.getMemberId().toString() + " (stage)");m_stage = section;if (m_sections.containsKey(section.getMemberId()) == false) {m_sections.put(section.getMemberId(), section);}} else if (m_lobby == null) {System.out.println("Event: section added " +section.getMemberId().toString() + " (lobby)");m_lobby = section;m_lobby.addSectionListener(m_lobbyMonitor = new LobbyMonitor(this));m_lobby.putAttribute(newSTAttribute(RedPanelDiscussionConstants.LOBBY_KEY, ""));} else {if (section.getMemberId().intValue()

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!