public interface MvcEvent
Base type for all MVC events. Every MVC event type must extend this interface.
Modifier and Type | Method and Description |
---|---|
String |
getId()
A unique identifier for this event.
|
String getId()
Copyright © 2017 Ivar Grimstad. All rights reserved.