| com.pnfsoftware.jeb.client.api.IOperable |
Interface for objects supported Operations.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract boolean |
doOperation(Operation op)
Perform the operation.
| ||||||||||
| abstract boolean |
verifyOperation(Operation op)
Check if an operation can be performed in the current object context.
| ||||||||||
Perform the operation.
| op | operation type |
|---|
Check if an operation can be performed in the current object context.
| op | the operation type |
|---|