Re: understanding some tomcat code

2008-05-17 Thread Ho Fat Tsang
On Sat, May 17, 2008 at 12:12 AM, Leon Rosenberg < [EMAIL PROTECTED]> wrote: > Hi, > > was just browsing through tomcat code, and the following is just a > mystery to me ->StandardSession.fireSessionsEvent(type,data): > > public void fireSessionEvent(String type, Object data) { >if (lis

Re: understanding some tomcat code

2008-05-16 Thread Filip Hanik - Dev Lists
Leon Rosenberg wrote: Hi, was just browsing through tomcat code, and the following is just a mystery to me ->StandardSession.fireSessionsEvent(type,data): public void fireSessionEvent(String type, Object data) { if (listeners.size() < 1) return; SessionEvent even

understanding some tomcat code

2008-05-16 Thread Leon Rosenberg
Hi, was just browsing through tomcat code, and the following is just a mystery to me ->StandardSession.fireSessionsEvent(type,data): public void fireSessionEvent(String type, Object data) { if (listeners.size() < 1) return; SessionEvent event = new SessionEvent(thi