view src/treecms/cached/CachedForestEvent.java @ 19:019ca5abb1f0

commit
author shoshi
date Tue, 31 May 2011 15:55:28 +0900
parents
children
line wrap: on
line source

package treecms.cached;

public enum CachedForestEvent
{
	ON_CACHE_CHANGED,
	ON_CACHE_NOT_FOUND,
	ON_SCHEDULED_UPDATE
}