Package org.graffiti.session
Interface SessionListenerExt
- All Superinterfaces:
SessionListener
- All Known Implementing Classes:
SessionAdapterExt
public interface SessionListenerExt extends SessionListener
- Author:
- hendrik, klukas
-
Method Summary
Modifier and Type Method Description void
sessionClosed(Session session)
Is called once the session has been removed from the system.Methods inherited from interface org.graffiti.session.SessionListener
sessionChanged, sessionDataChanged
-
Method Details
-
sessionClosed
Is called once the session has been removed from the system.- Parameters:
session
-
-