Groovy Documentation

org.grails.plugin.platform.events.dispatcher
[Groovy] Interface GormTopicSupport


interface GormTopicSupport

file:
@date 03/01/12
section:
DESCRIPTION

[Does stuff]

Authors:
Stephane Maldini
Version:
1.0


Property Summary
static java.lang.String GORM_SOURCE

 
Method Summary
java.lang.String convertTopic(java.lang.Object evt)

java.lang.Object extractEntity(java.lang.Object source)

void processCancel(java.lang.Object evt, java.lang.Object returnValue)

 

Property Detail

GORM_SOURCE

static final java.lang.String GORM_SOURCE


 
Method Detail

convertTopic

java.lang.String convertTopic(java.lang.Object evt)


extractEntity

java.lang.Object extractEntity(java.lang.Object source)


processCancel

void processCancel(java.lang.Object evt, java.lang.Object returnValue)


 

Groovy Documentation