|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ComponentPausedException in cz.cuni.amis.pogamut.base.communication.command |
|---|
| Methods in cz.cuni.amis.pogamut.base.communication.command that throw ComponentPausedException | |
|---|---|
void |
IAct.act(CommandMessage command)
Execute an action in the world. |
| Uses of ComponentPausedException in cz.cuni.amis.pogamut.base.communication.connection |
|---|
| Methods in cz.cuni.amis.pogamut.base.communication.connection that throw ComponentPausedException | |
|---|---|
abstract int |
WorldReader.read(char[] arg0,
int arg1,
int arg2)
|
abstract void |
WorldWriter.write(char[] arg0,
int arg1,
int arg2)
|
| Uses of ComponentPausedException in cz.cuni.amis.pogamut.base.communication.parser |
|---|
| Methods in cz.cuni.amis.pogamut.base.communication.parser that throw ComponentPausedException | |
|---|---|
InfoMessage |
IWorldMessageParser.parse()
May block. |
| Uses of ComponentPausedException in cz.cuni.amis.pogamut.base.communication.parser.impl.yylex |
|---|
| Methods in cz.cuni.amis.pogamut.base.communication.parser.impl.yylex that throw ComponentPausedException | |
|---|---|
InfoMessage |
YylexParser.parse()
|
| Uses of ComponentPausedException in cz.cuni.amis.pogamut.base.communication.translator |
|---|
| Methods in cz.cuni.amis.pogamut.base.communication.translator that throw ComponentPausedException | |
|---|---|
IWorldChangeEvent[] |
IWorldMessageTranslator.processMessage(InfoMessage message)
The handler must process the message and return 0,1 or more world events. |
| Uses of ComponentPausedException in cz.cuni.amis.pogamut.base.communication.translator.impl |
|---|
| Methods in cz.cuni.amis.pogamut.base.communication.translator.impl that throw ComponentPausedException | |
|---|---|
IWorldChangeEvent |
WorldMessageTranslator.getEvent()
|
| Uses of ComponentPausedException in cz.cuni.amis.pogamut.base.communication.worldview |
|---|
| Methods in cz.cuni.amis.pogamut.base.communication.worldview that throw ComponentPausedException | |
|---|---|
void |
ILockableWorldView.lock()
Lock the worldview, preventing it from raising any new events. |
void |
IWorldChangeEventInput.notify(IWorldChangeEvent event)
New event was generated from the world. |
void |
IWorldChangeEventInput.notifyAfterPropagation(IWorldChangeEvent event)
Raise another event after current one finishes its propagation. |
void |
IWorldChangeEventInput.notifyImmediately(IWorldChangeEvent event)
Notify immediately will process the event right away, it won't use "event recursion buffer" to postpone the processing of the event. |
void |
ILockableWorldView.unlock()
Unlock the worldview, processing all events that came between lock() / unlock() calls. |
| Uses of ComponentPausedException in cz.cuni.amis.pogamut.base.communication.worldview.impl |
|---|
| Methods in cz.cuni.amis.pogamut.base.communication.worldview.impl that throw ComponentPausedException | |
|---|---|
void |
EventDrivenWorldView.notify(IWorldChangeEvent event)
|
void |
EventDrivenWorldView.notifyAfterPropagation(IWorldChangeEvent event)
|
void |
EventDrivenWorldView.notifyImmediately(IWorldChangeEvent event)
|
| Uses of ComponentPausedException in cz.cuni.amis.pogamut.base3d.worldview.impl |
|---|
| Methods in cz.cuni.amis.pogamut.base3d.worldview.impl that throw ComponentPausedException | |
|---|---|
void |
BatchAwareWorldView.notifyImmediately(IWorldChangeEvent event)
|
| Uses of ComponentPausedException in cz.cuni.amis.pogamut.multi.communication.worldview |
|---|
| Methods in cz.cuni.amis.pogamut.multi.communication.worldview that throw ComponentPausedException | |
|---|---|
void |
ISharedWorldChangeEventInput.notify(IWorldChangeEvent event)
|
void |
ITimedWorldChangeEventInput.notify(IWorldChangeEvent event)
|
void |
ILocalWorldView.notifyImmediately(IWorldChangeEvent event)
Calls notify without waiting for batches, locks or anything else. |
| Uses of ComponentPausedException in cz.cuni.amis.pogamut.multi.communication.worldview.impl |
|---|
| Methods in cz.cuni.amis.pogamut.multi.communication.worldview.impl that throw ComponentPausedException | |
|---|---|
void |
LocalWorldViewAdapter.lock()
|
void |
LocalWorldViewAdapter.notify(IWorldChangeEvent event)
|
void |
EventDrivenSharedWorldView.notify(IWorldChangeEvent event)
|
void |
EventDrivenLocalWorldView.notify(IWorldChangeEvent event)
|
void |
LocalWorldViewAdapter.notifyAfterPropagation(IWorldChangeEvent event)
|
void |
EventDrivenLocalWorldView.notifyAfterPropagation(IWorldChangeEvent event)
|
void |
LocalWorldViewAdapter.notifyImmediately(IWorldChangeEvent event)
|
void |
EventDrivenLocalWorldView.notifyImmediately(IWorldChangeEvent event)
|
void |
LocalWorldViewAdapter.unlock()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||