java.util.EventListener, AsyncListenerpublic class SessionHandler.SessionAsyncListener extends java.lang.Object implements AsyncListener
| Constructor | Description |
|---|---|
SessionAsyncListener(Session session) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
onComplete(AsyncEvent event) |
|
void |
onError(AsyncEvent event) |
|
void |
onStartAsync(AsyncEvent event) |
|
void |
onTimeout(AsyncEvent event) |
public SessionAsyncListener(Session session)
public void onComplete(AsyncEvent event) throws java.io.IOException
onComplete in interface AsyncListenerjava.io.IOExceptionpublic void onTimeout(AsyncEvent event) throws java.io.IOException
onTimeout in interface AsyncListenerjava.io.IOExceptionpublic void onError(AsyncEvent event) throws java.io.IOException
onError in interface AsyncListenerjava.io.IOExceptionpublic void onStartAsync(AsyncEvent event) throws java.io.IOException
onStartAsync in interface AsyncListenerjava.io.IOExceptionCopyright © 1995–2018 Webtide. All rights reserved.