View Javadoc

1   package org.xvsm.core.notifications;
2   
3   public enum Operation {
4   	Write, Read, Take, Shift, Destroy;
5   }