added get_session() to retrieve current vamsas session
git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@318
be28352e-c001-0410-b1a7-
c7978e42abec
// if (handlers.containsKey(Events.CLIENT_FINALIZATION))
// deregister listeners.
// mark this instance as finalized
+ this._session.removeClient(this);
}
/*
}
+ /**
+ * retrieves the current VamsasSession to which belong the client
+ * @return the _session
+ */
+ protected VamsasSession get_session() {
+ return this._session;
+ }
+
/* (non-Javadoc)
* @see uk.ac.vamsas.client.IClient#getPickManager()
*/