|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.almendra.commons.events.AbstractEventParams
org.almendra.janet.cas.handlers.ApplicationRegisteredParams
public class ApplicationRegisteredParams
Field Summary | |
---|---|
protected AbstractApplication |
addedApplication
|
static java.lang.String |
EVENT_NAME
|
Fields inherited from class org.almendra.commons.events.AbstractEventParams |
---|
attributes |
Constructor Summary | |
---|---|
protected |
ApplicationRegisteredParams()
Creates a new ApplicationRegisteredParams object. |
|
ApplicationRegisteredParams(AbstractApplication addedApplication)
Creates a new ApplicationRegisteredParams object. |
Method Summary | |
---|---|
AbstractApplication |
getAddedApplication()
|
Methods inherited from class org.almendra.commons.events.AbstractEventParams |
---|
get, put |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.almendra.commons.events.IEventParams |
---|
get, put |
Field Detail |
---|
public static final java.lang.String EVENT_NAME
protected AbstractApplication addedApplication
Constructor Detail |
---|
protected ApplicationRegisteredParams()
ApplicationRegisteredParams
object.
public ApplicationRegisteredParams(AbstractApplication addedApplication)
ApplicationRegisteredParams
object.
Method Detail |
---|
public AbstractApplication getAddedApplication()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |