org.jbpm.wire.descriptor
Class HibernateSessionFactoryDescriptor.SessionFactoryCloser

java.lang.Object
  extended by org.jbpm.wire.descriptor.HibernateSessionFactoryDescriptor.SessionFactoryCloser
All Implemented Interfaces:
Listener
Enclosing class:
HibernateSessionFactoryDescriptor

public static class HibernateSessionFactoryDescriptor.SessionFactoryCloser
extends java.lang.Object
implements Listener


Constructor Summary
HibernateSessionFactoryDescriptor.SessionFactoryCloser(org.hibernate.SessionFactory sessionFactory)
           
 
Method Summary
 void event(java.lang.Object source, java.lang.String eventName, java.lang.Object info)
          Method called by the Observable when an event is fired.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateSessionFactoryDescriptor.SessionFactoryCloser

public HibernateSessionFactoryDescriptor.SessionFactoryCloser(org.hibernate.SessionFactory sessionFactory)
Method Detail

event

public void event(java.lang.Object source,
                  java.lang.String eventName,
                  java.lang.Object info)
Description copied from interface: Listener
Method called by the Observable when an event is fired.

Specified by:
event in interface Listener
Parameters:
source - Observable that fired the event.
eventName - name of the event.
info - informations about the fired event.