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
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
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