|
|||||||||||||||||||
Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
CacheStartedEvent.java | - | - | - | - |
|
1 | package org.jboss.cache.notifications.event; | |
2 | ||
3 | /** | |
4 | * This event is passed in to any method annotated with {@link org.jboss.cache.notifications.annotation.CacheStarted}. | |
5 | * | |
6 | * @author <a href="mailto:manik@jboss.org">Manik Surtani</a> | |
7 | * @since 2.0.0 | |
8 | */ | |
9 | public interface CacheStartedEvent extends Event | |
10 | { | |
11 | } |
|