com.apelon.dts.client.events
Class SubsetEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.apelon.dts.client.events.SubsetEvent
All Implemented Interfaces:
Serializable

public class SubsetEvent
extends EventObject

Description

Copyright: Copyright (c) 2004

Company: Apelon, Inc.

Since:
3.4.0
Version:
DTS 3.4.0
Author:
Apelon Inc.
See Also:
Serialized Form

Field Summary
static int ACTION_ADD
           
static int ACTION_DELETE
           
static int ACTION_MODIFY
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SubsetEvent(Object source, int action, int subsetId)
           
 
Method Summary
 int getAction()
           
 int getSubsetId()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ACTION_ADD

public static final int ACTION_ADD
See Also:
Constant Field Values

ACTION_MODIFY

public static final int ACTION_MODIFY
See Also:
Constant Field Values

ACTION_DELETE

public static final int ACTION_DELETE
See Also:
Constant Field Values
Constructor Detail

SubsetEvent

public SubsetEvent(Object source,
                   int action,
                   int subsetId)
Method Detail

getAction

public int getAction()

getSubsetId

public int getSubsetId()


Copyright © 2011. All Rights Reserved.