public class BlotterCache extends Object implements UserSessionListener
Constructor and Description |
---|
BlotterCache() |
Modifier and Type | Method and Description |
---|---|
BlotterItemCache |
getUserCache(String username) |
void |
onUserSessionClosed(String username)
Called when a user session has been closed with the trade adapter.
|
void |
onUserSessionCreated(String username)
Called when a user session has been created with the trade adapter.
|
public BlotterItemCache getUserCache(String username)
public void onUserSessionCreated(String username)
UserSessionListener
onUserSessionCreated
in interface UserSessionListener
username
- The username of the user that the session was created for.public void onUserSessionClosed(String username)
UserSessionListener
onUserSessionClosed
in interface UserSessionListener
username
- The username of the user that the session was closed for.Copyright © 2015 Caplin Systems.