8788899091929394959697
{ Iterator i = _listeners.iterator(); while (i.hasNext()) { LocalSessionListener listener = (LocalSessionListener) i.next(); listener.localSessionEvent(new LocalSessionEvent(this, LocalSession.LOCAL_SESSION_DESTROYED_EVENT, null)); } }
8485868788899091929394