public abstract class GoalListener
extends java.lang.Object
implements com.icesoft.faces.async.render.Renderable, com.icesoft.faces.context.DisposableBean
Constructor and Description |
---|
GoalListener()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
GoalManager |
getGoalManager()
Gets the GoalManager.
|
GoalTitleController |
getGoalTitleController()
Gets the goal title controller.
|
java.lang.String |
getMessage()
Gets the message.
|
java.lang.String |
getSelectedGoalTitle()
Get title of goal.
|
com.icesoft.faces.webapp.xmlhttp.PersistentFacesState |
getState() |
boolean |
isGoalSelected()
Checks if a goal is selected.
|
void |
removeListener(javax.faces.event.ActionEvent event)
Logout.
|
void |
renderingException(com.icesoft.faces.webapp.xmlhttp.RenderingException e) |
void |
setGoalManager(GoalManager goalManager)
Setter goalManager.
|
public GoalTitleController getGoalTitleController()
public GoalManager getGoalManager()
public java.lang.String getMessage()
public java.lang.String getSelectedGoalTitle()
public com.icesoft.faces.webapp.xmlhttp.PersistentFacesState getState()
getState
in interface com.icesoft.faces.async.render.Renderable
public boolean isGoalSelected()
public void setGoalManager(GoalManager goalManager)
goalManager
- the new goalmanagerpublic void renderingException(com.icesoft.faces.webapp.xmlhttp.RenderingException e)
renderingException
in interface com.icesoft.faces.async.render.Renderable
public void removeListener(javax.faces.event.ActionEvent event)
event
- the eventpublic void dispose() throws java.lang.Exception
dispose
in interface com.icesoft.faces.context.DisposableBean
java.lang.Exception