|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjasi.simple.model.SimpleModel
public final class SimpleModel
A simple model. It uses the singleton pattern.
| Method Summary | |
|---|---|
void |
execute(Event event)
Handle an event by this model. |
static SimpleModel |
get()
Get the instance of SimpleModel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SimpleModel get()
public void execute(Event event)
execute in interface EventListenerevent - The event to be handled.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||