org.mgif.event
Interface SyncInputEvent

All Superinterfaces:
ActorSessionEvent, Event, InputEvent

public interface SyncInputEvent
extends InputEvent

Event created as a result of request/response input to ActorSession object


Method Summary
 Request getRequest()
          Retrives request data of input
 Response getResponse()
          Retrieves output stream of response
 
Methods inherited from interface org.mgif.event.ActorSessionEvent
getActorSession
 

Method Detail

getRequest

public Request getRequest()
Retrives request data of input
Returns:
Request object

getResponse

public Response getResponse()
Retrieves output stream of response
Returns:
Response object


Copyright © 2002 Mobile Games Interoperability Forum. All rights reserved.
This source code is protected by the legal notice posted at http://www.mgif.org/docs/notice.html