org.zkoss.spring.security.intercept.zkevent
Class EventProcessKey

java.lang.Object
  extended by org.zkoss.spring.security.intercept.zkevent.EventProcessKey

public class EventProcessKey
extends java.lang.Object

A Secured ZK Event process.

Since:
1.0
Author:
henrichen

Constructor Summary
EventProcessKey(java.lang.String path, java.lang.String event)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventProcessKey

public EventProcessKey(java.lang.String path,
                       java.lang.String event)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2005-2007 Potix Corporation. All Rights Reserved.