public class DashboardListener extends Object implements org.jboss.dashboard.commons.events.Subscriber
Modifier and Type | Field and Description |
---|---|
static int |
EVENT_DRILL_DOWN |
static int |
EVENT_DRILL_UP |
TXCONTEXT_AFTER_COMMIT, TXCONTEXT_BEFORE_COMMIT, TXCONTEXT_DEFAULT, TXCONTEXT_NEW_THREAD
Constructor and Description |
---|
DashboardListener() |
Modifier and Type | Method and Description |
---|---|
void |
drillDownPerformed(Dashboard parent,
Dashboard child) |
void |
drillUpPerformed(Dashboard parent,
Dashboard child) |
int |
getTransactionContext() |
void |
notifyEvent(int eventId,
Object eventInfo) |
public static final int EVENT_DRILL_DOWN
public static final int EVENT_DRILL_UP
public int getTransactionContext()
getTransactionContext
in interface org.jboss.dashboard.commons.events.Subscriber
public void notifyEvent(int eventId, Object eventInfo)
notifyEvent
in interface org.jboss.dashboard.commons.events.Subscriber
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.