|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The client interface serves as a placeholder for several methods each client graphical user interface should embody.
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl . The source code and binary code of this software is proprietary information of Delft University of Technology.
Field Summary | |
static nl.tudelft.simulation.event.EventType |
INITIALIZATION_COMPLETED_EVENT
the INITIALIZATION_COMPLETED_EVENT is fired when the client is initialized completely |
static nl.tudelft.simulation.event.EventType |
UNSUBSCRIBE_FROM_SERVER_EVENT
indicates all the objects which are listening to server side events to unsubscribe |
Fields inherited from interface nl.tudelft.simulation.event.EventProducerInterface |
FIRST_POSITION, LAST_POSITION |
Method Summary | |
void |
addEventSentByClient(nl.tudelft.simulation.event.EventType eventType)
adds events to a list, these events are send by the client to the server |
void |
dispose()
The dispose method is called when the frame which is started by client is closed. |
Methods inherited from interface nl.tudelft.simulation.event.EventProducerInterface |
addListener, addListener, addListener, addListener, getEventTypes, removeListener |
Field Detail |
public static final nl.tudelft.simulation.event.EventType UNSUBSCRIBE_FROM_SERVER_EVENT
public static final nl.tudelft.simulation.event.EventType INITIALIZATION_COMPLETED_EVENT
Method Detail |
public void addEventSentByClient(nl.tudelft.simulation.event.EventType eventType)
eventType
- the event to addpublic void dispose()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |