BlockEvent.java :  » Net » JGroups-2.4.1-sp3 » org » jgroups » Java Open Source

Java Open Source » Net » JGroups 2.4.1 sp3 
JGroups 2.4.1 sp3 » org » jgroups » BlockEvent.java
// $Id: BlockEvent.java,v 1.2 2005/07/17 11:38:05 chrislott Exp $

package org.jgroups;

/**
 * Trivial object that represents a block event.
 */
public class BlockEvent {
    public String toString() {return "BlockEvent";}
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.