|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.app.behavior.LyBehavior
public abstract class LyBehavior
LyBehavior is an abstract class. It implements the default behavior interface. All behaviors inherit from LyBehavior.
LyBehaviorInterface
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Constructor Summary | |
---|---|
LyBehavior()
Default constructor. |
Method Summary | |
---|---|
void |
free()
Free this behavior. |
LySession |
getSession()
Gets the session of current object. |
boolean |
handleDemand(LyController controller,
LyDemand demand)
Method invoked when a demand is sent to this listener. |
void |
init(LyController controller)
Initializes information used within this behavior and is called immediately after its construction. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyBehavior()
Method Detail |
---|
public void init(LyController controller)
init
in interface LyBehaviorInterface
controller
- The controller that requested the creation of this behavior.public void free()
free
in interface LyBehaviorInterface
public boolean handleDemand(LyController controller, LyDemand demand)
handleDemand
in interface LyBehaviorInterface
controller
- controller that routed the demand.demand
- demand parameters sent by the view component.
public LySession getSession()
getSession
in interface LyGetSessionInterface
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |